mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
075372439e
games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino
31 lines
659 B
Makefile
31 lines
659 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkpool
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 6
|
|
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
|
|
|
|
USES= autoreconf gmake perl5 pkgconfig
|
|
USE_GNOME= gtk20
|
|
USE_PERL5= build
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= any
|
|
|
|
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>
|