aboutsummaryrefslogtreecommitdiff
path: root/misc/icemc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/icemc/Makefile')
-rw-r--r--misc/icemc/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile
deleted file mode 100644
index 4d70910be923..000000000000
--- a/misc/icemc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: icemc
-# Date created: 31 December 2001
-# Whom: Adam Weinberger
-#
-# $FreeBSD$
-#
-
-PORTNAME= icemc
-PORTVERSION= 0.2.2
-PORTREVISION= 1
-CATEGORIES= x11-wm
-MASTER_SITES= http://www.algorithm.at/comp/icemc/
-
-MAINTAINER= monkey@crackula.com
-
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= icemc-0.2.2.patch.tar.gz
-PATCH_DIST_STRIP= -p1
-
-USE_X_PREFIX= yes
-USE_QT_VER= 2
-
-MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \
- MOC="${MOC}" LIBQT="-l${QTNAME}"
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
-
-.include <bsd.port.mk>