diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-28 08:27:20 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-28 08:27:20 +0800 |
commit | ca35e11052487f110de26c82cebfa4f29700c01b (patch) | |
tree | a47d22e495af7255755cec88eb01e96f0d879668 /www/frontpage-zh/Makefile | |
parent | a699ec85e3482d8a735d52fc564c3928dc4806cf (diff) | |
download | freebsd-ports-gnome-ca35e11052487f110de26c82cebfa4f29700c01b.tar.gz freebsd-ports-gnome-ca35e11052487f110de26c82cebfa4f29700c01b.tar.zst freebsd-ports-gnome-ca35e11052487f110de26c82cebfa4f29700c01b.zip |
o New port frontpage-de version 5.0.2.2623: Microsoft Frontpage
Chinese Web Administration
o Slave port of Microsoft Frontpage Arabic Web Administration port
PR: 31625
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Diffstat (limited to 'www/frontpage-zh/Makefile')
-rw-r--r-- | www/frontpage-zh/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/frontpage-zh/Makefile b/www/frontpage-zh/Makefile new file mode 100644 index 000000000000..84c959b06be4 --- /dev/null +++ b/www/frontpage-zh/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: FrontPage Chinese Web Administration +# Date created: Sat Oct 25 16:30:00 CDT 2001 +# Whom: hetzels@westbend.net +# +# $FreeBSD$ +# + +PORTNAME= frontpage +PKGNAMEPREFIX= zh- +CATEGORIES= www chinese + +MAINTAINER= hetzels@westbend.net + +MD5_FILE= ${.CURDIR}/distinfo +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + + +FP_LANG= chp chs cht +FP_LANGUAGE= Chinese +FP_LCID= 1028 2052 3076 +NO_FP_LCID= yes + +MASTERDIR= ${.CURDIR}/../frontpage-ar + +.include "${MASTERDIR}/Makefile" |