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