diff options
author | blackend <blackend@FreeBSD.org> | 2009-02-23 21:04:18 +0800 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2009-02-23 21:04:18 +0800 |
commit | d5837cecc296938f9a479d7ea63431298081feef (patch) | |
tree | ff4c0bd0f486e3215816769f1089e754165a2f4a /misc/freebsd-doc-pl/Makefile | |
parent | ef6d271a9cbe544dceeb250bac901b49e98c215e (diff) | |
download | freebsd-ports-gnome-d5837cecc296938f9a479d7ea63431298081feef.tar.gz freebsd-ports-gnome-d5837cecc296938f9a479d7ea63431298081feef.tar.zst freebsd-ports-gnome-d5837cecc296938f9a479d7ea63431298081feef.zip |
Add ports for the FreeBSD documentation set: Handbook, FAQ and
articles. Each language version is available via a dedicated port.
These ports are, at first, intended to be used for re@ purposes but
can be used by anyone looking for an easy way to get packages, etc.
for docs.
These ports will be maintained by doceng@.
Approved by: doceng, re
Diffstat (limited to 'misc/freebsd-doc-pl/Makefile')
-rw-r--r-- | misc/freebsd-doc-pl/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/freebsd-doc-pl/Makefile b/misc/freebsd-doc-pl/Makefile new file mode 100644 index 000000000000..616449712ea7 --- /dev/null +++ b/misc/freebsd-doc-pl/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: freebsd-doc-pl +# Date created: 13 August 2008 +# Whom: Marc Fonvieille <blackend@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= misc docs +PKGNAMEPREFIX= pl- + +MAINTAINER= doceng@FreeBSD.org +COMMENT= Polish translation of the FreeBSD Documentation Project + +MASTERDIR= ${.CURDIR}/../freebsd-doc-en +PLIST= ${.CURDIR}/pkg-plist + +DOCLANG= pl_PL.ISO8859-2 + +.include "${MASTERDIR}/Makefile" |