1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

0) fix hardcoded data directory

1) respect WITHOUT_X11

Noticed by: kris and his magical mystery cluster (#0)
This commit is contained in:
Bill Fumerola 2005-10-17 09:31:27 +00:00
parent 23a197d480
commit b915c4b014
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145633
2 changed files with 11 additions and 5 deletions

View File

@ -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>

View File

@ -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/