blob: db629aa62a7e5566da8f5ad616dc02e70b4430c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtkpool
PORTVERSION= 0.5.0
PORTREVISION= 8
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>
|