pkgsrc/www/bluefish/Makefile
jmmv ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.41 2004/03/08 19:40:43 jmmv Exp $
#
DISTNAME= bluefish-0.12
PKGREVISION= 6
CATEGORIES= www
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/ \
ftp://bluefish.advancecreations.com/bluefish/downloads/ \
http://bluefish.mrball.net/downloads/ \
ftp://ftp.ratisbona.com/pub/bluefish/downloads/ \
http://bluefish.shellhung.org/downloads/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://bluefish.openoffice.nl/
COMMENT= GTK HTML editor for the experienced web designer
DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs
DEPENDS+= weblint-[0-9]*:../../www/weblint
BUILD_USES_MSGFMT= YES
USE_BUILDLINK2= # defined
USE_PKGLOCALEDIR= # defined
USE_X11= # defined
USE_GNU_TOOLS+= make
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-autocomplet
CONFIGURE_ARGS+= --with-icon-path=${PREFIX}/share/pixmaps
CONFIGURE_ARGS+= --with-gnome2-menu=${PREFIX}/share/applications
.include "../../sysutils/gnome-vfs2/buildlink2.mk"
.include "../../devel/pcre/buildlink2.mk"
.include "../../textproc/aspell/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"