diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-06-08 13:16:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-06-08 13:16:47 +0000 |
commit | 9d9b90a41973a4a608f6c5db246dc705e489539e (patch) | |
tree | 6ede11d7d0414b641a609dd18fd2a0e5f632e4fb /games/gtkabale/Makefile | |
parent | c7189cf6955e730d29794ac25731fe34c3a5cabd (diff) |
Notes
Diffstat (limited to 'games/gtkabale/Makefile')
-rw-r--r-- | games/gtkabale/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/games/gtkabale/Makefile b/games/gtkabale/Makefile index 93244737c8f6..0990a2562a84 100644 --- a/games/gtkabale/Makefile +++ b/games/gtkabale/Makefile @@ -9,7 +9,7 @@ PORTNAME= gtkabale PORTVERSION= 0.3 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://sf.gds.tuwien.ac.at/3/g/gt/gtkabale/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= A lazy version of solitaire game @@ -20,4 +20,13 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+= --enable-nls +PLIST_SUB= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB= NLS="@comment " +.endif + .include <bsd.port.mk> |