pkgsrc/print/gimp-print/Makefile
2008-06-20 01:09:05 +00:00

25 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.31 2008/06/20 01:09:33 joerg Exp $
DISTNAME= gimp-print-4.2.7
PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print plugin
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= gimp<=1.2.3
USE_TOOLS+= gmake lex
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-samples --without-user-guide
CONFIGURE_ARGS+= --without-cups --without-translated-ppds
CONFIGURE_ARGS+= --enable-escputil=no --enable-libgimpprint=no
.include "../../print/gimp-print-lib/buildlink3.mk"
.include "../../graphics/gimp1-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"