aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-07-02 10:36:41 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-07-02 10:36:41 +0000
commitb62c62063badd8f10a8a7902a33fd605e7503692 (patch)
tree63d47d8c67694ff324cee02e623f2ac631f48888 /french
parentb4c04ded4cb126f2751d0776015a11965716e5a0 (diff)
downloadports-b62c62063badd8f10a8a7902a33fd605e7503692.tar.gz
ports-b62c62063badd8f10a8a7902a33fd605e7503692.zip
Notes
Diffstat (limited to 'french')
-rw-r--r--french/Makefile1
-rw-r--r--french/cups/Makefile21
2 files changed, 22 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile
index bd3798fe474f..b14eac6956bd 100644
--- a/french/Makefile
+++ b/french/Makefile
@@ -2,6 +2,7 @@
#
SUBDIR += xtel
+ SUBDIR += cups
SUBDIR += ispell
SUBDIR += kde2-i18n
SUBDIR += kde3-i18n
diff --git a/french/cups/Makefile b/french/cups/Makefile
new file mode 100644
index 000000000000..66c1fd67759c
--- /dev/null
+++ b/french/cups/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: cups-fr
+# Date created: 08 June 2002
+# Whom: James Halstead <jah4007@cs.rit.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cups
+PORTVERSION= ${CUPS_PORTVER}
+CATEGORIES= french print
+PKGNAMESUFFIX= -fr
+
+MAINTAINER= jah4007@cs.rit.edu
+
+LIB_DEPENDS= cups.2:${.CURDIR}/../../french/cups-base
+RUN_DEPENDS= ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../french/cups-lpr
+
+CUPS_FR= yes
+MASTERDIR= ${.CURDIR}/../../print/cups
+
+.include "${MASTERDIR}/Makefile"