[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / bluefish

File: [cvs.NetBSD.org] / pkgsrc / www / bluefish / Makefile (download)

Revision 1.41, Mon Mar 8 19:40:43 2004 UTC (20 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.40: +3 -3 lines

Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.

# $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"