diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-30 23:10:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-30 23:10:16 +0000 |
commit | 135f6e2ece5dd75088c8a1a35361b4632a5079be (patch) | |
tree | e4193402ac4b22d46f7df7dae2058f8c019dbdb6 /polish/webalizer2 | |
parent | 8e016faa8f95bc3635ad5ad3e03d7857d6bfe9cc (diff) |
Notes
Diffstat (limited to 'polish/webalizer2')
-rw-r--r-- | polish/webalizer2/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/polish/webalizer2/Makefile b/polish/webalizer2/Makefile new file mode 100644 index 000000000000..93fa79056af8 --- /dev/null +++ b/polish/webalizer2/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: webalizer2 +# Date created: 11.Sep 2003 +# Whom: wtp@bsdguru.org +# +# $FreeBSD$ + +CATEGORIES= polish +PKGNAMEPREFIX?= pl- + +MAINTAINER= wtp@bsdguru.org + +MASTERDIR?= ${.CURDIR}/../../www/webalizer +WEBALIZER_LANG= polish + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |