diff options
Diffstat (limited to 'games/kpictorial/Makefile')
-rw-r--r-- | games/kpictorial/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/games/kpictorial/Makefile b/games/kpictorial/Makefile deleted file mode 100644 index 047fe001305f..000000000000 --- a/games/kpictorial/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kpictorial -# Date created: 2003-10-13 -# Whom: arved -# -# $FreeBSD$ - -PORTNAME= kpictorial -PORTVERSION= 0.9.1 -PORTREVISION= 10 -CATEGORIES= games kde -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Little logical game for KDE - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -USE_KDELIBS_VER= 3 -USE_AUTOTOOLS= libtool -USE_GMAKE= yes - -post-patch: - ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure - -.include <bsd.port.mk> |