diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-28 00:27:20 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-28 00:27:20 +0000 |
commit | 5612247d16f7bed5497e0675f30749bd99fec04f (patch) | |
tree | 95ac9ae25cdc5ecf269554605a1271e38043569f /www/frontpage-zh/Makefile | |
parent | o New port frontpage-de version 5.0.2.2623: Microsoft Frontpage (diff) |
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>
Notes
Notes:
svn path=/head/; revision=52307
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" |