ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/games/gtkpool/Makefile
Revision: 20767
Committed: Fri Nov 13 01:26:32 2015 UTC (8 years, 5 months ago) by laffer1
File size: 655 byte(s)
Log Message:
fix depends

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: ports/games/gtkpool/Makefile,v 1.5 2007/05/19 20:06:22 flz Exp $
3
4 PORTNAME= gtkpool
5 PORTVERSION= 0.5.0
6 PORTREVISION= 2
7 CATEGORIES= games
8 MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \
9 http://www.sourcefiles.org/Games/Sports/Pool/
10
11 MAINTAINER= ports@MidnightBSD.org
12 COMMENT= 2D pool game using the GTK+ toolkit
13
14 LICENSE= gpl2
15
16 USES= autoreconf gmake perl5 pkgconfig
17 USE_GNOME= gtk20
18 USE_PERL5= build
19 GNU_CONFIGURE= yes
20 USE_GCC= any
21
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>

Properties

Name Value
svn:keywords MidnightBSD=%H