2001-04-02 22:06:11 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2001/04/02 20:06:14 wiz Exp $
|
2000-05-10 14:38:26 +02:00
|
|
|
#
|
|
|
|
|
2000-12-28 15:08:45 +01:00
|
|
|
DISTNAME= bluefish-0.6
|
2000-08-16 07:38:35 +02:00
|
|
|
CATEGORIES= www
|
2001-02-22 15:57:41 +01:00
|
|
|
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/ \
|
|
|
|
http://student.wau.nl/~olivier/bluefish/download/ \
|
|
|
|
ftp://bluefish.advancecreations.com/pub/bluefish/downloads/ \
|
|
|
|
http://bluefish.mrball.net/downloads/ \
|
|
|
|
ftp://ftp.ratisbona.com/pub/bluefish/downloads/ \
|
|
|
|
http://bluefish.shellhung.org/downloads/
|
2000-05-21 13:39:43 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2000-05-10 14:38:26 +02:00
|
|
|
|
2000-08-16 07:38:35 +02:00
|
|
|
MAINTAINER= wulf@ping.net.au
|
|
|
|
HOMEPAGE= http://bluefish.openoffice.nl/
|
2001-02-17 18:21:28 +01:00
|
|
|
COMMENT= GTK HTML editor for the experienced web designer
|
2000-05-10 14:38:26 +02:00
|
|
|
|
2001-03-27 05:19:43 +02:00
|
|
|
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
|
|
|
|
BUILD_USES_MSGFMT= yes
|
2000-06-15 13:29:38 +02:00
|
|
|
DEPENDS+= gtk+-1.2.*:../../x11/gtk
|
2000-05-10 14:38:26 +02:00
|
|
|
DEPENDS+= imlib-*:../../graphics/imlib
|
|
|
|
DEPENDS+= weblint-*:../../www/weblint
|
|
|
|
|
2000-08-16 07:38:35 +02:00
|
|
|
USE_X11BASE= # defined
|
|
|
|
USE_GMAKE= # defined
|
2001-01-04 18:55:40 +01:00
|
|
|
USE_LIBINTL= # defined
|
2000-05-10 14:38:26 +02:00
|
|
|
|
2000-08-16 07:38:35 +02:00
|
|
|
GNU_CONFIGURE= # defined
|
|
|
|
|
2000-08-23 14:39:37 +02:00
|
|
|
HTMLDIR= ${PREFIX}/share/doc/html/bluefish
|
|
|
|
|
2000-08-16 07:38:35 +02:00
|
|
|
pre-configure:
|
2001-02-06 04:16:56 +01:00
|
|
|
cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf
|
2000-05-10 14:38:26 +02:00
|
|
|
|
2000-08-23 14:39:37 +02:00
|
|
|
post-install:
|
2000-12-28 15:40:40 +01:00
|
|
|
${INSTALL_DATA_DIR} ${HTMLDIR}
|
2001-02-22 15:57:41 +01:00
|
|
|
${CP} -R ${WRKSRC}/manual/* ${HTMLDIR}
|
|
|
|
@${ECHO} Setting permissions on HTML documentation...
|
2000-12-28 15:40:40 +01:00
|
|
|
${CHOWN} -R root.wheel ${HTMLDIR}
|
|
|
|
${FIND} ${HTMLDIR} -type d -exec ${CHMOD} 555 {} \;
|
|
|
|
${FIND} ${HTMLDIR} -type f -exec ${CHMOD} 444 {} \;
|
2000-08-23 14:39:37 +02:00
|
|
|
|
2000-05-10 14:38:26 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|