diff options
author | alane <alane@FreeBSD.org> | 2002-07-02 17:52:31 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-07-02 17:52:31 +0000 |
commit | e1ccbd96778762a693cbaf45a3865a73b70b2d3d (patch) | |
tree | 983077c3df726b0cfb06e4480ac5d544b89b0c65 /french/cups | |
parent | 9fcbe2417ed0c2c440873b37acf710be1afe532a (diff) | |
download | FreeBSD-ports-e1ccbd96778762a693cbaf45a3865a73b70b2d3d.zip FreeBSD-ports-e1ccbd96778762a693cbaf45a3865a73b70b2d3d.tar.gz |
New port: Makefile for cups metaport with french manpages. Redone to
quiet down portlint.
PR: 39053
Submitter: James Halstead <jah4007@cs.rit.edu>
Diffstat (limited to 'french/cups')
-rw-r--r-- | french/cups/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/french/cups/Makefile b/french/cups/Makefile new file mode 100644 index 0000000..8d3d5cf --- /dev/null +++ b/french/cups/Makefile @@ -0,0 +1,20 @@ +# 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 + +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" |