pkgsrc/print/gimp-print-ijs/Makefile
gdt ce9a15c976 Drop maintainership. These are still slated for removal. Only one person
has spoken up, and I think they're going to try the gutenprint version.
2010-08-20 16:54:01 +00:00

37 lines
1,010 B
Makefile

# $NetBSD: Makefile,v 1.25 2010/08/20 16:54:02 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= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print IJS server
PKG_DESTDIR_SUPPORT= user-destdir
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
INSTALLATION_DIRS= ${DOCDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/src/ghost/README ${DESTDIR}${DOCDIR}
.include "../../print/gimp-print-lib/buildlink3.mk"
.include "../../print/ijs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"