diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-07-02 10:36:41 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-07-02 10:36:41 +0000 |
commit | b62c62063badd8f10a8a7902a33fd605e7503692 (patch) | |
tree | 63d47d8c67694ff324cee02e623f2ac631f48888 /french | |
parent | b4c04ded4cb126f2751d0776015a11965716e5a0 (diff) | |
download | ports-b62c62063badd8f10a8a7902a33fd605e7503692.tar.gz ports-b62c62063badd8f10a8a7902a33fd605e7503692.zip |
New port: cups with french manpages. v. 1.1.15.1
PR: 39053
Submitted by: James Halstead <jah4007@cs.rit.edu>
Notes
Notes:
svn path=/head/; revision=62326
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/cups/Makefile | 21 |
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" |