diff options
author | Eric Melville <eric@FreeBSD.org> | 2002-07-04 19:15:18 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2002-07-04 19:15:18 +0000 |
commit | 2930fa33df8564b1cc5732de08264cd180da1f3a (patch) | |
tree | 58841c0c3857553339862aa00e702ce7ba460ecf /www/skipstone/Makefile | |
parent | a8e00bb52a82ead8bef59480dab792c91295b3b9 (diff) | |
download | ports-2930fa33df8564b1cc5732de08264cd180da1f3a.tar.gz ports-2930fa33df8564b1cc5732de08264cd180da1f3a.zip |
Notes
Diffstat (limited to 'www/skipstone/Makefile')
-rw-r--r-- | www/skipstone/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index 45a3b3395c19..a77a50823773 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -6,25 +6,26 @@ # PORTNAME= skipstone -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 CATEGORIES= www MASTER_SITES= http://www.muhri.net/skipstone/ MAINTAINER= eric@FreeBSD.org -BROKEN= "Does not work with the current mozilla port" - BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ ${X11BASE}/lib/mozilla-embedded/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded RUN_DEPENDS= ${X11BASE}/lib/mozilla-embedded/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded \ wget:${PORTSDIR}/ftp/wget +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-mozilla-includes=${X11BASE}/include/mozilla --with-mozilla-libs=${X11BASE}/lib/mozilla-embedded + USE_GTK= yes USE_GMAKE= yes +USE_REINPLACE= yes USE_X_PREFIX= yes post-patch: - @${PERL} -pi -e 's#/usr/local#${X11BASE}#' ${WRKSRC}/src/skipstone.h - @${PERL} -pi -e 's#X11BASE#${X11BASE}#' ${WRKSRC}/src/skipstone + @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|' ${WRKSRC}/configure .include <bsd.port.mk> |