diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-18 12:49:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-18 12:49:11 +0800 |
commit | 63a3dd804bb802b95e62b9eeb5015ff4808c4f4f (patch) | |
tree | 681e8557eaff2e55f7224181989378a356c6ee24 /www/bluefish-devel/Makefile | |
parent | b28e753f406a3b9084fe9f33a94d69c6b942b8b9 (diff) | |
download | freebsd-ports-gnome-63a3dd804bb802b95e62b9eeb5015ff4808c4f4f.tar.gz freebsd-ports-gnome-63a3dd804bb802b95e62b9eeb5015ff4808c4f4f.tar.zst freebsd-ports-gnome-63a3dd804bb802b95e62b9eeb5015ff4808c4f4f.zip |
Update to 0.10.
PR: 54573
Submitted by: maintainer
Diffstat (limited to 'www/bluefish-devel/Makefile')
-rw-r--r-- | www/bluefish-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index cb31e93c0d0f..d2aced5bdb3e 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -6,14 +6,14 @@ # PORTNAME= bluefish -PORTVERSION= 0.9.20030703 +PORTVERSION= 0.10 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}-2003-07-03 +#DISTNAME= ${PORTNAME}-2003-07-17 MAINTAINER= einekoai@chello.nl COMMENT= HTML editor designed for the experienced web designer @@ -22,8 +22,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ aspell.15:${PORTSDIR}/textproc/aspell RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint -DOWNLOAD= snapshots -WRKSRC= ${WRKDIR}/bluefish-gtk2 +DOWNLOAD= downloads +#WRKSRC= ${WRKDIR}/bluefish-gtk2 NO_LATEST_LINK= yes USE_BZIP2= yes USE_GNOME= gnomehier gtk20 @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnome2-menu=${PREFIX}/share/gnome/apps/Applications \ - --with-icon-path=${PREFIX}/share/gnome/pixmaps + --with-icon-path=${PREFIX}/share/gnome/pixmaps # Turns debugging output on .if defined(WITH_DEBUG) |