Tweak games/kreversi version 4.14.3
[dports.git] / games / gtkpool / Makefile
1 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gtkpool
5 PORTVERSION=    0.5.0
6 PORTREVISION=   6
7 CATEGORIES=     games
8 MASTER_SITES=   ftp://ftp.seul.org/pub/gtkpool/ \
9                 http://www.sourcefiles.org/Games/Sports/Pool/
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        2D pool game using the GTK+ toolkit
13
14 USES=           autoreconf gmake perl5 pkgconfig
15 USE_GNOME=      gtk20
16 USE_PERL5=      build
17 GNU_CONFIGURE=  yes
18 USE_GCC=        any
19
20 PLIST_FILES=    bin/gtkpool \
21                 share/icons/gtkpool.png
22 PORTDATA=       *
23
24 post-patch:
25 .for file in application.cpp options.cpp
26         @${REINPLACE_CMD} -e 's|/usr/local/share/gtkpool|${DATADIR}|' \
27                 ${WRKSRC}/gtkpool/${file}
28 .endfor
29
30 .include <bsd.port.mk>