pkgsrc/www/bluefish/Makefile
jlam 2097a43ccd Update bluefish to 0.5. Changes from version 0.4:
* new very powerful custom menu, extending both HTML, PHP and
  other serverside coding
* much more configuration, and better configuration dialogs
* easily open recently used files
* better handling of file opening and closing
* more efficient code
* fixed some bugs
* auto-indenting
* spell check
* multibyte character support
* internal preview mode (experimental)
* XHTML support
2000-08-23 12:39:37 +00:00

36 lines
840 B
Makefile

# $NetBSD: Makefile,v 1.5 2000/08/23 12:39:37 jlam Exp $
#
DISTNAME= bluefish-0.5
CATEGORIES= www
MASTER_SITES= http://bluefish.openoffice.nl/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://bluefish.openoffice.nl/
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-*:../../graphics/imlib
DEPENDS+= weblint-*:../../www/weblint
MANCOMPRESSED= yes
USE_X11BASE= # defined
USE_GMAKE= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include
HTMLDIR= ${PREFIX}/share/doc/html/bluefish
pre-configure:
cd ${WRKSRC} && autoreconf
post-install:
${INSTALL_DATA_DIR} ${HTMLDIR}
cd ${WRKSRC}/manual; ${INSTALL_DATA} * ${HTMLDIR}
.include "../../mk/bsd.pkg.mk"