diff options
Diffstat (limited to 'games/knights/Makefile')
-rw-r--r-- | games/knights/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/games/knights/Makefile b/games/knights/Makefile deleted file mode 100644 index be82260fb7c3..000000000000 --- a/games/knights/Makefile +++ /dev/null @@ -1,31 +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= 11 -CATEGORIES= games kde -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= A KDE chess interface (gnuchess/crafty) - -RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USES= gettext -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE} - -post-patch: - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -.include <bsd.port.mk> |