pkgsrc/print/gimp-print-lib/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

29 lines
805 B
Makefile

# $NetBSD: Makefile,v 1.25 2004/10/03 00:18:05 tv Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-lib-4.2.7
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make lex
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
INFO_FILES= gimpprint.info
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-cups
CONFIGURE_ARGS+= --without-ghost
CONFIGURE_ARGS+= --without-gimp
CONFIGURE_ARGS+= --without-readline
CONFIGURE_ARGS+= --without-translated-ppds
CONFIGURE_ARGS+= --without-samples
CONFIGURE_ARGS+= --disable-escputil
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"