diff options
Diffstat (limited to 'print/gutenprint-cups/Makefile')
-rw-r--r-- | print/gutenprint-cups/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/gutenprint-cups/Makefile b/print/gutenprint-cups/Makefile new file mode 100644 index 000000000..617f50ce5 --- /dev/null +++ b/print/gutenprint-cups/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gutenprint-cups +# Date created: 2007-03-27 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +PORTEPOCH= 0 +PKGNAMESUFFIX= -cups + +MAINTAINER= ahze@FreeBSD.org +COMMENT= GutenPrint CUPS drivers + +MASTERDIR= ${.CURDIR}/../../print/gutenprint-base + +GUT_SLAVE= cups +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" |