2005-02-21 10:57:01 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.38 2005/02/21 15:57:01 couderc Exp $
|
2001-03-27 17:09:48 -05:00
|
|
|
|
|
|
|
COMMENT= "HTML editor for experienced web designers"
|
2000-01-12 20:47:58 -05:00
|
|
|
|
2005-02-14 18:00:49 -05:00
|
|
|
VERSION= 1.0
|
2003-03-29 10:22:14 -05:00
|
|
|
DISTNAME= bluefish-${VERSION}
|
2005-02-21 10:57:01 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
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-12-11 08:29:20 -05:00
|
|
|
WANTLIB= X11 Xext Xft Xinerama Xrender atk-1.0.0.0 c \
|
|
|
|
fontconfig freetype glib-2.0.0.0 gmodule-2.0.0.0 \
|
|
|
|
gobject-2.0.0.0 m pango-1.0.0.0 pangox-1.0.0.0 \
|
|
|
|
pangoxft-1.0.0.0
|
2000-02-22 17:55:07 -05:00
|
|
|
|
2004-08-10 04:46:49 -04:00
|
|
|
MODULES= devel/gettext
|
2004-07-14 12:20:07 -04:00
|
|
|
|
2005-02-21 10:57:01 -05:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
|
|
|
::misc/shared-mime-info
|
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
|
2005-02-15 10:12:42 -05:00
|
|
|
CONFIGURE_ARGS= --with-freedesktop_org-menu='${PREFIX}/share/applications/'
|
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>
|