diff options
author | ahze <ahze@FreeBSD.org> | 2007-04-04 23:11:33 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-04-04 23:11:33 +0800 |
commit | 60259f01f7e26bc3dadd9d23737bcc71c5324c9e (patch) | |
tree | 055acdd79104c4771402aa62ca4b78ba27a82c3e /print | |
parent | d9b12d001ce5a973be0c3aa8cfceae28d5c414e5 (diff) | |
download | freebsd-ports-gnome-60259f01f7e26bc3dadd9d23737bcc71c5324c9e.tar.gz freebsd-ports-gnome-60259f01f7e26bc3dadd9d23737bcc71c5324c9e.tar.zst freebsd-ports-gnome-60259f01f7e26bc3dadd9d23737bcc71c5324c9e.zip |
Add gutenprint-ijs
GutenPrint Ghostscript Drivers
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/gutenprint-ijs/Makefile | 20 | ||||
-rw-r--r-- | print/gutenprint-ijs/pkg-plist | 1 |
3 files changed, 22 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 24252f5c9709..68954dd06862 100644 --- a/print/Makefile +++ b/print/Makefile @@ -106,6 +106,7 @@ SUBDIR += gutenprint SUBDIR += gutenprint-cups SUBDIR += gutenprint-foomatic + SUBDIR += gutenprint-ijs SUBDIR += gv SUBDIR += hp2xx SUBDIR += hpijs diff --git a/print/gutenprint-ijs/Makefile b/print/gutenprint-ijs/Makefile new file mode 100644 index 000000000000..d5614c93e2e6 --- /dev/null +++ b/print/gutenprint-ijs/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gutenprint-ijs +# Date created: 2007-03-27 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/print/gutenprint-ijs/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $ + +PORTREVISION= 0 +PORTEPOCH= 0 +PKGNAMESUFFIX= -ijs + +MAINTAINER= ahze@FreeBSD.org +COMMENT= GutenPrint Ghostscript Drivers + +MASTERDIR= ${.CURDIR}/../../print/gutenprint-base + +GUT_SLAVE= ijs +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/print/gutenprint-ijs/pkg-plist b/print/gutenprint-ijs/pkg-plist new file mode 100644 index 000000000000..74f525f75a9d --- /dev/null +++ b/print/gutenprint-ijs/pkg-plist @@ -0,0 +1 @@ +bin/ijsgutenprint.5.1 |