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