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

37 lines
1,003 B
Makefile

# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:33 joerg 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
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"