diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-07-02 11:04:37 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-07-02 11:04:37 +0000 |
commit | 1db8a04cdc2e4d4f201f60958bcff2b6ba78190c (patch) | |
tree | aa8889dd806e826c8309311b5ca46352d49b3b13 | |
parent | New port: cups-base with french manpages. Makefile redone to quiet portlint. (diff) |
New port: cups lpr binaries with french manpages.
PR: 39053
Submitted by: James Halstead <jah4007@cs.rit.edu>
-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" |