aboutsummaryrefslogtreecommitdiff
path: root/games/knights-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/knights-kde4/Makefile')
-rw-r--r--games/knights-kde4/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile
deleted file mode 100644
index 25ffff4edd7e..000000000000
--- a/games/knights-kde4/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: knight
-# Date created: 24 Jun 2002
-# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= knights
-PORTVERSION= 0.6
-PORTREVISION= 6
-CATEGORIES= games kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= knights
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A KDE chess interface (gnuchess/crafty)
-
-RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
-
-USE_GETTEXT= yes
-USE_KDELIBS_VER=3
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>