summaryrefslogtreecommitdiff
path: root/games/warzone2100/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-03-22 19:01:37 +0000
committerwiz <wiz@pkgsrc.org>2009-03-22 19:01:37 +0000
commit3b8d512966e4a2ecd18916d84c5edfbe0d5db80d (patch)
tree0878b8066ae7b10a679ffb6b3e1436a3d4d08c14 /games/warzone2100/Makefile
parentc445bd97c142e05d430d6e91fb572f139b68a949 (diff)
downloadpkgsrc-3b8d512966e4a2ecd18916d84c5edfbe0d5db80d.tar.gz
Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
Diffstat (limited to 'games/warzone2100/Makefile')
-rw-r--r--games/warzone2100/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index ecf360cfe91..bea35dfb134 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/03/04 12:00:18 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2009/03/22 19:01:38 wiz Exp $
#
DISTNAME= warzone2100-2.1.1
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wz2100.net/
COMMENT= Real-time strategy and real-time tactics hybrid computer game
+DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
@@ -22,14 +24,6 @@ CONFIGURE_ARGS+= --with-distributor=pkgsrc
CHECK_WRKREF_SKIP= share/warzone2100/mods/global/aivolution.wz
-post-patch:
- for f in ${WRKSRC}/po/*.po; do \
- mv $$f $$f.original ; \
- ${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \
- done
-
-DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
-
.include "../../audio/openal/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"