summaryrefslogtreecommitdiff
path: root/misc/icemc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/icemc/Makefile')
-rw-r--r--misc/icemc/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile
deleted file mode 100644
index 965665d2a43a..000000000000
--- a/misc/icemc/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: icemc
-# Date created: 31 December 2001
-# Whom: Adam Weinberger <adam@vectors.cx>
-#
-# $FreeBSD$
-#
-
-PORTNAME= icemc
-PORTVERSION= 0.2.3
-CATEGORIES= x11-wm
-MASTER_SITES= http://www.algorithm.at/comp/icemc/
-
-MAINTAINER= adamw@FreeBSD.org
-
-USE_X_PREFIX= yes
-USE_QT_VER= 3
-
-MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
- QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" MOC="${MOC}" LIBQT="-lqt-mt"
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
-
-.include <bsd.port.mk>