diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:03:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:03:19 +0000 |
commit | ce0eeb918fb2d1fb80fec7f4e7268ae80c7d61b2 (patch) | |
tree | fb4907cee4826a64aff12f7b940985600b5fbb13 /print/gutenprint/Makefile | |
parent | 33825b2fcd8925a4c4385ff7ae9b9d22e3d23e96 (diff) | |
download | ports-ce0eeb918fb2d1fb80fec7f4e7268ae80c7d61b2.tar.gz ports-ce0eeb918fb2d1fb80fec7f4e7268ae80c7d61b2.zip |
Notes
Diffstat (limited to 'print/gutenprint/Makefile')
-rw-r--r-- | print/gutenprint/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile new file mode 100644 index 000000000000..b17f432f99e2 --- /dev/null +++ b/print/gutenprint/Makefile @@ -0,0 +1,27 @@ +# ports collection makefile for: gimp-print +# Date Created: 2002 01 02 +# Whom: dgilbert@velocet.ca + +# $FreeBSD$ + +PORTNAME= gimp-print +PORTVERSION= 4.2.0 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= dgilbert@velocet.ca + +RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1 +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-cups --with-ghost +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +MAN1= escputil.1 gimpprint-config.1 +MAN3= gimpprint.3 +MAN8= cups-calibrate.8 + +.include <bsd.port.mk> |