diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-23 22:50:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-23 22:50:05 +0000 |
commit | 04c537bc3fc6629dab951cdce39fa9a7cda0e517 (patch) | |
tree | f301e22c6cb1a5a43f953b5b8f6e04c41fcbe8fc /www/bluefish-devel | |
parent | TMDA port is out of date: update to version 0.70 (diff) |
maintainer-update Update to latest snapshot: 0.9.20030223
PR: ports/48605
Submitted by: Koop Mast <einekoai@chello.nl>
Diffstat (limited to 'www/bluefish-devel')
-rw-r--r-- | www/bluefish-devel/Makefile | 18 | ||||
-rw-r--r-- | www/bluefish-devel/distinfo | 2 |
2 files changed, 9 insertions, 11 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index 1f3a9d4eaca4..e7307f445486 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -6,14 +6,15 @@ # PORTNAME= bluefish -PORTVERSION= 0.9 -PORTREVISION= 1 +PORTVERSION= 0.9.20030223 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.mrball.net/${DOWNLOAD}/ \ ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.shellhung.org/${DOWNLOAD}/ +DISTNAME= ${PORTNAME}-gtk2port-2003-02-23 +EXTRACT_SUFX= .tgz MAINTAINER= einekoai@chello.nl COMMENT= HTML editor designed for the experienced web designer @@ -23,9 +24,10 @@ LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ aspell.15:${PORTSDIR}/textproc/aspell RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint -DOWNLOAD= downloads +DOWNLOAD= snapshots +WRKSRC= ${WRKDIR}/bluefish-gtk2 NO_LATEST_LINK= yes -USE_BZIP2= yes +#USE_BZIP2= yes USE_GMAKE= yes USE_GNOMENG= yes USE_GNOME= gnomehier @@ -35,6 +37,8 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-gnome2-menu=/${PREFIX}/share/gnome/apps/Applications + .include <bsd.port.pre.mk> # Turns debugging output on @@ -48,10 +52,4 @@ pre-everything:: @${ECHO_MSG} "WITH_DEBUG=yes for debug support" .endif -post-patch: -# Make sure bluefish.desktop is installed - @${REINPLACE_CMD} \ - -e 's|/usr|${PREFIX}|g;' \ - ${WRKSRC}/data/Makefile.in - .include <bsd.port.post.mk> diff --git a/www/bluefish-devel/distinfo b/www/bluefish-devel/distinfo index 6aec3fca2c4f..6bb926a36ab1 100644 --- a/www/bluefish-devel/distinfo +++ b/www/bluefish-devel/distinfo @@ -1 +1 @@ -MD5 (bluefish-0.9.tar.bz2) = 6f3dd98df0959469d3637a44eb0e08cf +MD5 (bluefish-gtk2port-2003-02-23.tgz) = 6a1f8b475b0b5a07f8252eae43ecbb45 |