aboutsummaryrefslogtreecommitdiff
path: root/print/gutenprint-base/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 17:55:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 17:55:19 +0000
commit5f9c3e5fd9453ffc14842c6a5c3f6fbc48c6afcc (patch)
treec90a37bba4153942cd6b856d5fd00d6e555c4ce8 /print/gutenprint-base/Makefile
parent0cf4c1153f1bb1a4d6760e8f68cbba05bbc4f077 (diff)
downloadports-5f9c3e5fd9453ffc14842c6a5c3f6fbc48c6afcc.tar.gz
ports-5f9c3e5fd9453ffc14842c6a5c3f6fbc48c6afcc.zip
Notes
Diffstat (limited to 'print/gutenprint-base/Makefile')
-rw-r--r--print/gutenprint-base/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile
index baa0d40ba15f..10d424717f77 100644
--- a/print/gutenprint-base/Makefile
+++ b/print/gutenprint-base/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= gimp-print
-PORTVERSION= 4.2.3
+PORTVERSION= 4.2.4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,12 +18,16 @@ USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --with-gimp=no
INSTALLS_SHLIB= yes
-MAN1= escputil.1 gimpprint-config.1
+MAN1= escputil.1 gimpprint-config.1 ijsgimpprint.1
MAN3= gimpprint.3
+MAN7= gimpprint-color.7 gimpprint-dithers.7 gimpprint-imagetypes.7 \
+ gimpprint-inktypes.7 gimpprint-mediasizes.7 gimpprint-mediasources.7 \
+ gimpprint-mediatypes.7 gimpprint-models.7 gimpprint-resolutions.7
MAN8= cups-calibrate.8
.if defined(WITHOUT_CUPS)
@@ -61,8 +65,6 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e 's|=makeinfo|="makeinfo --no-split"|g ; \
s|[\$$][{]CFLAGS:=[}] -O|\$$\{CFLAGS\}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e \
- 's|[\$$][{]CFLAGS:=[}] -O|\$$\{CFLAGS\}|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[\$$][(]PACKAGE[)]/doc|doc/\$$\(PACKAGE\)|g ; \
s|[\$$][(]RM[)] -r|\$$\(RM\) -f -r|g'