diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-04 19:38:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-04 19:38:04 +0000 |
commit | 061badefee7734f9323f4f86ad0453f41b774886 (patch) | |
tree | 7b32469819cc4639ed26ff94bab7b2601cc7ef7b /games/wesnoth/Makefile | |
parent | eb81defc979b339f6300ab5e43433f38706bdfff (diff) | |
download | ports-061badefee7734f9323f4f86ad0453f41b774886.tar.gz ports-061badefee7734f9323f4f86ad0453f41b774886.zip |
Notes
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r-- | games/wesnoth/Makefile | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 04fe6690fec3..3a35575d13d3 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wesnoth -PORTVERSION= 1.6 +PORTVERSION= 1.6.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.wesnoth.org/files/ @@ -32,30 +32,19 @@ CONFIGURE_ARGS= --localstatedir=/var \ --with-libintl-prefix=${LOCALBASE} \ --with-localedir=${PREFIX}/share/locale -MANLANG= "" cs da de en_GB es fi fr gl hu it ja -MANLANG+= lt nl pl racv sk sr sr@latin sv tr zh_CN zh_TW +MANLANG= "" cs de en_GB es fi hu it lt pl sr sr@latin sv tr zh_CN -MAN6_CS= wesnoth.6 -MAN6_DE= wesnoth.6 -MAN6_EN= wesnoth.6 -MAN6_EN_GB= wesnoth.6 -MAN6_ES= wesnoth.6 -MAN6_FI= wesnoth.6 +MAN6= wesnoth.6 MAN6_GL= wesnoth.6 -MAN6_HU= wesnoth.6 -MAN6_IT= wesnoth.6 -MAN6_LT= wesnoth.6 -MAN6_PL= wesnoth.6 +MAN6_RU= wesnoth.6 MAN6_SK= wesnoth.6 -MAN6_TR= wesnoth.6 -MAN6_ZH_CN= wesnoth.6 - -OPTIONS= CAMPAIGN "Enable campaign server" On \ - EDITOR "Enable map editor" On \ - FRIBIDI "Enable bidirectional support" On \ - NLS "Enable localization" On \ - SERVER "Enable server" On \ - TOOLS "Enable extra tools for artists and translators" On + +OPTIONS= CAMPAIGN "Enable campaign server" On \ + EDITOR "Enable map editor" On \ + FRIBIDI "Enable bidirectional support" On \ + NLS "Enable localization" On \ + SERVER "Enable server" On \ + TOOLS "Enable extra tools for artists and translators" On .include <bsd.port.pre.mk> |