diff options
Diffstat (limited to 'www/frontpage-pt_BR/Makefile')
-rw-r--r-- | www/frontpage-pt_BR/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/frontpage-pt_BR/Makefile b/www/frontpage-pt_BR/Makefile new file mode 100644 index 000000000000..157e23d3c6a7 --- /dev/null +++ b/www/frontpage-pt_BR/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: FrontPage Brazilian Web Administration +# Date created: Sat Oct 25 16:30:00 CDT 2001 +# Whom: hetzels@westbend.net +# +# $FreeBSD$ +# + +PORTNAME= frontpage +PKGNAMEPREFIX= pt_BR- + +MAINTAINER= hetzels@westbend.net + +MD5_FILE= ${.CURDIR}/distinfo + +FP_LANG= ptb +FP_LANGUAGE= Brazilian +FP_LCID= 1046 + +MASTERDIR= ${.CURDIR}/../frontpage-ar + +.include "${MASTERDIR}/Makefile" |