diff options
author | alane <alane@FreeBSD.org> | 2002-07-02 18:36:41 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-07-02 18:36:41 +0800 |
commit | 9b4c26bced0bf40ae80c192f069cf8159cca086c (patch) | |
tree | 7dbc77469af76a9b9dda538a8638596d6e4d328f | |
parent | 14166fb9a75f0bd4ea591fbd86694a6ee6ce4932 (diff) | |
download | freebsd-ports-gnome-9b4c26bced0bf40ae80c192f069cf8159cca086c.tar.gz freebsd-ports-gnome-9b4c26bced0bf40ae80c192f069cf8159cca086c.tar.zst freebsd-ports-gnome-9b4c26bced0bf40ae80c192f069cf8159cca086c.zip |
New port: cups with french manpages. v. 1.1.15.1
PR: 39053
Submitted by: James Halstead <jah4007@cs.rit.edu>
-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" |