diff options
Diffstat (limited to 'games/gtkpool/Makefile')
-rw-r--r-- | games/gtkpool/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile deleted file mode 100644 index 67e6c6bd9c70..000000000000 --- a/games/gtkpool/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gtkpool -PORTVERSION= 0.5.0 -PORTREVISION= 14 -CATEGORIES= games -MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \ - http://www.sourcefiles.org/Games/Sports/Pool/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= 2D pool game using the GTK+ toolkit - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= autoreconf compiler:c++11-lang gmake perl5 pkgconfig -USE_CXXSTD= c++11 -USE_GNOME= gtk20 -USE_PERL5= build -GNU_CONFIGURE= yes - -PLIST_FILES= bin/gtkpool \ - share/icons/gtkpool.png -PORTDATA= * - -post-patch: -.for file in application.cpp options.cpp - @${REINPLACE_CMD} -e 's|/usr/local/share/gtkpool|${DATADIR}|' \ - ${WRKSRC}/gtkpool/${file} -.endfor - -.include <bsd.port.mk> |