2004-08-10 04:46:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2004/08/10 08:46:50 xsa Exp $
|
2001-03-27 17:09:48 -05:00
|
|
|
|
|
|
|
COMMENT= "HTML editor for experienced web designers"
|
2000-01-12 20:47:58 -05:00
|
|
|
|
2004-05-31 10:36:16 -04:00
|
|
|
VERSION= 0.13
|
2003-03-29 10:22:14 -05:00
|
|
|
DISTNAME= bluefish-${VERSION}
|
2000-01-12 20:47:58 -05:00
|
|
|
CATEGORIES= www
|
2000-07-13 17:36:53 -04:00
|
|
|
HOMEPAGE= http://bluefish.openoffice.nl/
|
2000-04-02 03:09:21 -04:00
|
|
|
|
2002-02-28 15:06:27 -05:00
|
|
|
MAINTAINER= Damien Couderc <couderc@openbsd.org>
|
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/ \
|
2002-11-24 13:28:24 -05:00
|
|
|
ftp://bluefish.advancecreations.com/bluefish/downloads/ \
|
2001-03-27 17:09:48 -05:00
|
|
|
http://bluefish.mrball.net/downloads/ \
|
|
|
|
ftp://ftp.ratisbona.com/pub/bluefish/downloads/ \
|
2002-11-24 13:28:24 -05:00
|
|
|
http://bluefish.shellhung.org/downloads/
|
2000-07-13 17:36:53 -04:00
|
|
|
|
2003-10-18 15:44:41 -04:00
|
|
|
# GPL
|
2000-02-22 17:55:07 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-08-10 04:46:49 -04:00
|
|
|
MODULES= devel/gettext
|
2004-07-14 12:20:07 -04:00
|
|
|
|
2004-04-02 14:07:04 -05:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
2004-03-23 14:29:12 -05:00
|
|
|
LIB_DEPENDS= gtk-x11-2.0.0.14,gdk-x11-2.0.0.14,gdk_pixbuf-2.0.0.14::x11/gtk+2 \
|
2003-03-29 10:22:14 -05:00
|
|
|
pcre::devel/pcre \
|
2003-11-20 23:54:20 -05:00
|
|
|
aspell::textproc/aspell/core
|
2001-12-13 21:00:53 -05:00
|
|
|
|
2004-05-31 10:36:16 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
#CONFIGURE_ARGS= --with-icon-path='$${DESTDIR}${PREFIX}/share/pixmaps/'
|
2003-03-29 10:22:14 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-12-13 21:00:53 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2003-03-29 10:22:14 -05:00
|
|
|
USE_GMAKE= Yes
|
2001-03-27 17:09:48 -05:00
|
|
|
|
2003-03-29 10:22:14 -05:00
|
|
|
NO_REGRESS= Yes
|
2000-01-12 20:47:58 -05:00
|
|
|
|
2003-08-27 08:41:32 -04:00
|
|
|
pre-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
|
|
|
|
|
2000-01-12 20:47:58 -05:00
|
|
|
.include <bsd.port.mk>
|