new gutenprint package, but I'll leave them for a while in case anyone is using them, probably removing them 2008-06-15, just before the 2008Q2 freeze.
34 lines
957 B
Makefile
34 lines
957 B
Makefile
# $NetBSD: Makefile,v 1.23 2008/01/13 01:20:28 gdt Exp $
|
|
|
|
DISTNAME= gimp-print-4.2.7
|
|
PKGNAME= gimp-print-ijs-4.2.7
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITES_SOURCEFORGE:=gimp-print/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://gimp-print.sourceforge.net/
|
|
COMMENT= GIMP print IJS server
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake lex
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-ijs
|
|
CONFIGURE_ARGS+= --without-samples
|
|
CONFIGURE_ARGS+= --without-user-guide
|
|
CONFIGURE_ARGS+= --without-gimp
|
|
CONFIGURE_ARGS+= --without-cups
|
|
CONFIGURE_ARGS+= --without-translated-ppds
|
|
CONFIGURE_ARGS+= --disable-escputil
|
|
CONFIGURE_ARGS+= --disable-libgimpprint
|
|
|
|
BUILD_DIRS= ${WRKSRC}/lib ${WRKSRC}/src/ghost
|
|
DOCDIR= ${PREFIX}/share/doc/gimp-print-ijs
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/src/ghost/README ${DOCDIR}
|
|
|
|
.include "../../print/gimp-print-lib/buildlink3.mk"
|
|
.include "../../print/ijs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|