diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-27 22:47:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-27 22:47:38 +0000 |
commit | 5a1db0705ade240f96247844214de3050f08afd6 (patch) | |
tree | 2ad5e8e1ad69d616f1899d9b0b89744a18a99cad /www/frontpage-es/Makefile | |
parent | aab7e691045b951c0bbf7bfc1840079a02a707fb (diff) |
o New port frontpage-es version 5.0.2.2623: Microsoft Frontpage
Spanish 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=52284
Diffstat (limited to 'www/frontpage-es/Makefile')
-rw-r--r-- | www/frontpage-es/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/frontpage-es/Makefile b/www/frontpage-es/Makefile new file mode 100644 index 000000000000..930ddf55c912 --- /dev/null +++ b/www/frontpage-es/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: FrontPage Spanish Web Administration +# Date created: Sat Oct 25 16:30:00 CDT 2001 +# Whom: hetzels@westbend.net +# +# $FreeBSD$ +# + +PORTNAME= frontpage +PKGNAMEPREFIX= es- + +MAINTAINER= hetzels@westbend.net + +MD5_FILE= ${.CURDIR}/distinfo + +FP_LANG= esn +FP_LANGUAGE= Spanish +FP_LCID= 3082 + +MASTERDIR= ${.CURDIR}/../frontpage-ar + +.include "${MASTERDIR}/Makefile" |