diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-07-02 17:52:31 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-07-02 17:52:31 +0000 |
commit | c925765e9b3db7faf9f4eabdf85e74df87e9938d (patch) | |
tree | 3b99fa17023ebe74ba26f0f2ca8f098c7fd0cdea /french/cups | |
parent | ef2f60cc11fcc3a71225ab6b87149a6ab88cbc41 (diff) |
New port: Makefile for cups metaport with french manpages. Redone to
quiet down portlint.
PR: 39053
Submitter: James Halstead <jah4007@cs.rit.edu>
Notes
Notes:
svn path=/head/; revision=62354
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 000000000000..8d3d5cf5d8b2 --- /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" |