diff options
author | ahze <ahze@FreeBSD.org> | 2007-04-04 23:07:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-04-04 23:07:06 +0800 |
commit | 7e218b35e1d9be9fdb509de1e09177c02e2ecc4f (patch) | |
tree | c67e9cec994bad1583ee720604babddad1651bc3 /print/gimp-devel-gutenprint | |
parent | d7bac9af190b169a6265c941b602236507187f69 (diff) | |
download | freebsd-ports-gnome-7e218b35e1d9be9fdb509de1e09177c02e2ecc4f.tar.gz freebsd-ports-gnome-7e218b35e1d9be9fdb509de1e09177c02e2ecc4f.tar.zst freebsd-ports-gnome-7e218b35e1d9be9fdb509de1e09177c02e2ecc4f.zip |
Add gimp-gutenprint (gutenprint-base slave port)
* gimp-print plugin for the GIMP
Diffstat (limited to 'print/gimp-devel-gutenprint')
-rw-r--r-- | print/gimp-devel-gutenprint/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/gimp-devel-gutenprint/Makefile b/print/gimp-devel-gutenprint/Makefile new file mode 100644 index 000000000000..a7f42f292e77 --- /dev/null +++ b/print/gimp-devel-gutenprint/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gutenprint-gimp +# Date created: 2006-12-31 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/print/gimp-gutenprint/Makefile,v 1.2 2007/03/30 16:42:46 ahze Exp $ + +PORTREVISION= 0 +PORTEPOCH= 0 +PKGNAMEPREFIX= gimp- +PKGNAMESUFFIX= # empty + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Gimp print plug-in + +MASTERDIR= ${.CURDIR}/../../print/gutenprint-base + +GUT_SLAVE= gimp +PLIST= # empty +PLIST_FILES= libexec/gimp/2.2/plug-ins/print + +.include "${MASTERDIR}/Makefile" |