diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-04 18:52:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-04 18:52:04 +0000 |
commit | 3abbc6ea3bb5d6f50cf465f3183570a15941d7ff (patch) | |
tree | 0708d78ca52a2dcab4a0084a0c3264e60dcee3fe /www/cheetah | |
parent | 450a6bd5d81fc2631822a04d80ce684595f0d21a (diff) | |
download | ports-3abbc6ea3bb5d6f50cf465f3183570a15941d7ff.tar.gz ports-3abbc6ea3bb5d6f50cf465f3183570a15941d7ff.zip |
Notes
Diffstat (limited to 'www/cheetah')
-rw-r--r-- | www/cheetah/Makefile | 13 | ||||
-rw-r--r-- | www/cheetah/distinfo | 2 | ||||
-rw-r--r-- | www/cheetah/pkg-descr | 2 |
3 files changed, 12 insertions, 5 deletions
diff --git a/www/cheetah/Makefile b/www/cheetah/Makefile index d2c80eafa83f..40165c4a7330 100644 --- a/www/cheetah/Makefile +++ b/www/cheetah/Makefile @@ -6,10 +6,10 @@ # PORTNAME= cheetah -PORTVERSION= 0.05 +PORTVERSION= 0.10 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= cheetah +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ based light-weight web browser @@ -18,9 +18,16 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 +USE_REINPLACE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ + s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/www/cheetah/distinfo b/www/cheetah/distinfo index c596cc7ee414..01f6de10d430 100644 --- a/www/cheetah/distinfo +++ b/www/cheetah/distinfo @@ -1 +1 @@ -MD5 (cheetah-0.05.tar.gz) = 1a6141feec5ef26fb69711765435f834 +MD5 (cheetah-0.10.tar.gz) = 31db149e2b555ae78928b7745058960b diff --git a/www/cheetah/pkg-descr b/www/cheetah/pkg-descr index 8c3c98a4c361..2391bc07b7de 100644 --- a/www/cheetah/pkg-descr +++ b/www/cheetah/pkg-descr @@ -1,3 +1,3 @@ GTK+ based light-weight web browser -Web: http://cheetah.sourceforge.net/ +WWW: http://cheetah.sourceforge.net/ |