2001-03-27 17:09:48 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2001/03/27 22:09:48 naddy Exp $
|
|
|
|
|
|
|
|
COMMENT= "HTML editor for experienced web designers"
|
2000-01-12 20:47:58 -05:00
|
|
|
|
2001-01-09 11:34:54 -05:00
|
|
|
DISTNAME= bluefish-0.6
|
2000-01-12 20:47:58 -05:00
|
|
|
CATEGORIES= www
|
2001-03-27 17:09:48 -05:00
|
|
|
NEED_VERSION= 1.364
|
2000-07-13 17:36:53 -04:00
|
|
|
HOMEPAGE= http://bluefish.openoffice.nl/
|
2000-04-02 03:09:21 -04:00
|
|
|
|
2001-01-09 11:34:54 -05:00
|
|
|
MAINTAINER= Couderc Damien <couderc.damien@wanadoo.fr>
|
2000-01-12 20:47:58 -05:00
|
|
|
|
2001-03-27 17:09:48 -05:00
|
|
|
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/ \
|
|
|
|
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-07-13 17:36:53 -04:00
|
|
|
|
2000-02-22 17:55:07 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-07-13 17:36:53 -04:00
|
|
|
RUN_DEPENDS= weblint::www/weblint
|
|
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
|
|
|
gdk_imlib::graphics/imlib
|
2000-02-22 17:55:07 -05:00
|
|
|
|
2000-07-13 17:36:53 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
2001-03-27 17:09:48 -05:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
|
2001-01-09 11:34:54 -05:00
|
|
|
MANUAL= ${PREFIX}/share/doc/bluefish
|
2000-01-12 20:47:58 -05:00
|
|
|
|
2001-01-09 11:34:54 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${MANUAL}
|
|
|
|
cd ${WRKSRC}/manual && \
|
|
|
|
find . -type d -exec ${INSTALL_DATA_DIR} ${MANUAL}/{} \; && \
|
|
|
|
find . -type f -exec ${INSTALL_DATA} {} ${MANUAL}/{} \;
|
2000-01-12 20:47:58 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|