diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2005-10-17 09:31:27 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2005-10-17 09:31:27 +0000 |
commit | b915c4b0146a6ffb203c5a4840b9d18436937564 (patch) | |
tree | d47a85157332328ccfb0086c2ebe223836d85205 /graphics/stamp | |
parent | 23a197d480dacaa0d989d43c3a112018fb5cb2a1 (diff) | |
download | ports-b915c4b0146a6ffb203c5a4840b9d18436937564.tar.gz ports-b915c4b0146a6ffb203c5a4840b9d18436937564.zip |
Notes
Diffstat (limited to 'graphics/stamp')
-rw-r--r-- | graphics/stamp/Makefile | 12 | ||||
-rw-r--r-- | graphics/stamp/pkg-descr | 4 |
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/ |