aboutsummaryrefslogtreecommitdiff
path: root/misc/freebsd-doc-es/Makefile
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2009-02-23 13:04:18 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2009-02-23 13:04:18 +0000
commit5aa94e57721737fc80a71eb1097fda0d7952fb12 (patch)
treedcca76404b02d65fb6efb2809ea769143e37f6c5 /misc/freebsd-doc-es/Makefile
parent5269bfb8095e0445dcb41fea58749ce20b60d173 (diff)
downloadports-5aa94e57721737fc80a71eb1097fda0d7952fb12.tar.gz
ports-5aa94e57721737fc80a71eb1097fda0d7952fb12.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
Notes
Notes: svn path=/head/; revision=228898
Diffstat (limited to 'misc/freebsd-doc-es/Makefile')
-rw-r--r--misc/freebsd-doc-es/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/freebsd-doc-es/Makefile b/misc/freebsd-doc-es/Makefile
new file mode 100644
index 000000000000..4680a26ae25c
--- /dev/null
+++ b/misc/freebsd-doc-es/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: freebsd-doc-es
+# Date created: 13 August 2008
+# Whom: Marc Fonvieille <blackend@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= misc docs
+PKGNAMEPREFIX= es-
+
+MAINTAINER= doceng@FreeBSD.org
+COMMENT= Spanish translation of the FreeBSD Documentation Project
+
+MASTERDIR= ${.CURDIR}/../freebsd-doc-en
+PLIST= ${.CURDIR}/pkg-plist
+
+DOCLANG= es_ES.ISO8859-1
+
+.include "${MASTERDIR}/Makefile"