blob: 0725f7e167726d5726a90ba41d5eea08a7c91f58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $NetBSD: Makefile,v 1.12 2003/06/02 01:17:30 jschauma Exp $
#
DISTNAME= gimp-print-4.2.5
PKGNAME= gimp-print-lib-4.2.5
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_BUILDLINK2= yes
USE_GMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
TEXINFO_OVERRIDE= YES
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/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|