diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-02 00:18:30 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-02 00:18:30 +0800 |
commit | 0b802d408bd4d97c15441401e0f48c1c9ac7dddd (patch) | |
tree | 199d2bd1789179ad2cb4877e5df3fb7abfc9bbb4 /japanese/zangband | |
parent | 73778d0d627dd087073440c4f744ec38a79ab6a6 (diff) | |
download | freebsd-ports-gnome-0b802d408bd4d97c15441401e0f48c1c9ac7dddd.tar.gz freebsd-ports-gnome-0b802d408bd4d97c15441401e0f48c1c9ac7dddd.tar.zst freebsd-ports-gnome-0b802d408bd4d97c15441401e0f48c1c9ac7dddd.zip |
Imported some variables from master port.
PR: 21472
Submitted by: MAINTAINER
Diffstat (limited to 'japanese/zangband')
-rw-r--r-- | japanese/zangband/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/japanese/zangband/Makefile b/japanese/zangband/Makefile index 8e59a364c8e9..05b8e80b7c78 100644 --- a/japanese/zangband/Makefile +++ b/japanese/zangband/Makefile @@ -16,5 +16,10 @@ COMMENT= ${.CURDIR}/pkg/COMMENT DESCR= ${.CURDIR}/pkg/DESCR JAPANESE= yes +JA_MASTER_SITE= http://www.geocities.co.jp/SiliconValley-SanJose/9606/zg/ +ANGBANDLIB?= lib/jzangband +ANGBANDBIN?= bin/jzangband +JA_PLIST= PLIST.ja +MAKE_ARGS+= JAPANESE_CFLAGS="-DJP -DEUC" .include "${MASTERDIR}/Makefile" |