aboutsummaryrefslogtreecommitdiff
path: root/graphics/stamp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/stamp')
-rw-r--r--graphics/stamp/Makefile12
-rw-r--r--graphics/stamp/pkg-descr4
2 files changed, 11 insertions, 5 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
index 5100347ed5cd..03b20f363183 100644
--- a/graphics/stamp/Makefile
+++ b/graphics/stamp/Makefile
@@ -19,9 +19,17 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
-CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS}" \
LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= unfortunatly
+.if !defined(WITHOUT_X11)
+USE_GNOME= gtk12
+.endif
+USE_REINPLACE= i miss patch-xx
+
+post-patch:
+ @${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/graphics/stamp/pkg-descr b/graphics/stamp/pkg-descr
index b6d7bbb1abdf..eb41195ae718 100644
--- a/graphics/stamp/pkg-descr
+++ b/graphics/stamp/pkg-descr
@@ -5,6 +5,4 @@ image via FTP, with the configuration of a stamprc file. It also features a
"quad" option which will take the latest image and composite it with up to
three previous images, while timestamping the latest one.
-WWW: http://stamp.netpedia.net/
-
-Bill Fumerola <billf@chc-chimes.com>
+WWW: http://stamp.sourceforge.net/