diff options
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/cups-lpr/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile index 80106672bf78..05c5849b10d1 100644 --- a/french/Makefile +++ b/french/Makefile @@ -4,6 +4,7 @@ SUBDIR += cups SUBDIR += cups-base + SUBDIR += cups-lpr SUBDIR += ispell SUBDIR += kde2-i18n SUBDIR += kde3-i18n diff --git a/french/cups-lpr/Makefile b/french/cups-lpr/Makefile new file mode 100644 index 000000000000..04c0334341c2 --- /dev/null +++ b/french/cups-lpr/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: cups-lpr-fr +# Date created: 08 June 2002 +# Whom: James Halstead <jah4007@cs.rit.edu> +# +# $FreeBSD$ +# + +PORTNAME= cups-lpr +PORTVERSION= ${CUPS_PORTVER} +CATEGORIES= french print +PKGNAMESUFFIX= -fr + +MAINTAINER= jah4007@cs.rit.edu + +LIB_DEPENDS= cups.2:${.CURDIR}/../../french/cups-base + +CUPS_FR= yes +MASTERDIR= ${.CURDIR}/../../print/cups-lpr + +.include "${MASTERDIR}/Makefile" |