freebsd-ports/print/gutenprint/Makefile
Ying-Chieh Liao ce0eeb918f add gimp-print 4.2.0
GIMP Print Printer Driver

PR:		33482
Submitted by:	David Gilbert <dgilbert@canoe.velocet.net>
2002-04-02 16:03:19 +00:00

27 lines
569 B
Makefile

# 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>