diff options
Diffstat (limited to 'games/pioneers/Makefile')
-rw-r--r-- | games/pioneers/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile new file mode 100644 index 00000000000..b9cc8a1a6ca --- /dev/null +++ b/games/pioneers/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/25 18:23:58 veego Exp $ +# + +DISTNAME= pioneers-0.9.55 +CATEGORIES= games gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/} + +MAINTAINER= veego@NetBSD.org +HOMEPAGE= http://pio.sourceforge.net/ +COMMENT= GNOME version of the Settlers of Catan board game + +GNU_CONFIGURE= YES +USE_DIRS+= xdg-1.1 +USE_TOOLS+= gmake pkg-config +USE_LIBTOOL= YES +USE_PKGLOCALEDIR= YES + +SUBST_CLASSES+= paths +SUBST_STAGE.paths= post-patch +SUBST_MESSAGE.paths= Fixing hardcoded paths. +SUBST_FILES.paths= docs/*.6 +SUBST_SED.paths= -e s,/usr/share/,${PREFIX}/share/, + +.include "../../devel/libgnome/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |