summaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-07-02 11:02:31 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-07-02 11:02:31 +0000
commit31b64d997a72004b514afe7da96f4cbf05e179cc (patch)
tree748fc4f7590471cb7776b5e64d3208a8d8068c13 /french
parentNew port: cups with french manpages. v. 1.1.15.1 (diff)
New port: cups-base with french manpages. Makefile redone to quiet portlint.
PR: 39053 Submitted by: James Halstead <jah4007@cs.rit.edu>
Notes
Notes: svn path=/head/; revision=62327
Diffstat (limited to 'french')
-rw-r--r--french/Makefile1
-rw-r--r--french/cups-base/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile
index b14eac6956bd..80106672bf78 100644
--- a/french/Makefile
+++ b/french/Makefile
@@ -3,6 +3,7 @@
SUBDIR += xtel
SUBDIR += cups
+ SUBDIR += cups-base
SUBDIR += ispell
SUBDIR += kde2-i18n
SUBDIR += kde3-i18n
diff --git a/french/cups-base/Makefile b/french/cups-base/Makefile
new file mode 100644
index 000000000000..0ec84d60c1a9
--- /dev/null
+++ b/french/cups-base/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cups-base-fr
+# Date created: 08 June 2002
+# Whom: James Halstead <jah4007@cs.rit.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cups-base
+PORTVERSION= ${CUPS_PORTVER}
+CATEGORIES= french print
+PKGNAMESUFFIX= -fr
+
+MAINTAINER= jah4007@cs.rit.edu
+
+CUPS_FR= yes
+MASTERDIR= ${.CURDIR}/../../print/cups-base
+
+.include "${MASTERDIR}/Makefile"