aboutsummaryrefslogtreecommitdiff
path: root/games/six/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/six/Makefile')
-rw-r--r--games/six/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/games/six/Makefile b/games/six/Makefile
deleted file mode 100644
index f4c4e6f77eb9..000000000000
--- a/games/six/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: arved
-# $FreeBSD$
-
-PORTNAME= six
-PORTVERSION= 0.5.3
-PORTREVISION= 7
-CATEGORIES= games kde
-MASTER_SITES= http://six.retes.hu/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= KDE HEX clone
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool
-USE_GETTEXT= yes
-INSTALLS_ICONS= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's,-O2,,g ; \
- s,-pedantic,,g ; \
- s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e \
- 's,-lkdeprint$$,$$(LIB_KDEPRINT) $$(LIBPTHREAD),g' \
- ${WRKSRC}/six/Makefile.in
- @${REINPLACE_CMD} -e \
- 's,<machine/limits.h>,<limits.h>,g' ${WRKSRC}/six/batch.h
-
-.include <bsd.port.mk>