openbsd-ports/www/bluefish/Makefile

47 lines
1.4 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.56 2010/09/30 07:21:20 ajacoutot Exp $
COMMENT= HTML editor for experienced web designers
DISTNAME= bluefish-1.0.7
REVISION= 6
2009-06-18 21:10:53 -04:00
CATEGORIES= www
HOMEPAGE= http://bluefish.openoffice.nl/
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/
2009-06-18 21:10:53 -04:00
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0
WANTLIB += bonobo-2 bonobo-activation bonoboui-2 c cairo dbus-1
WANTLIB += expat fontconfig freetype gconf-2 gio-2.0 glib-2.0 gdk_pixbuf-2.0
2009-06-18 21:10:53 -04:00
WANTLIB += glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2
WANTLIB += gnomevfs-2 gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 png popt pthread pthread-stubs xcb xml2 z
2000-02-22 17:55:07 -05:00
2004-08-10 04:46:49 -04:00
MODULES= devel/gettext
2007-12-16 06:30:20 -05:00
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
:shared-mime-info-*:misc/shared-mime-info
2006-12-16 07:22:32 -05:00
BUILD_DEPENDS= ::misc/shared-mime-info
LIB_DEPENDS= gailutil,gtk-x11-2.0.>=0.14,gdk-x11-2.0.>=0.14::x11/gtk+2 \
2003-03-29 10:22:14 -05:00
pcre::devel/pcre \
2005-09-10 06:03:37 -04:00
gnomeui-2::x11/gnome/libgnomeui
2004-05-31 10:36:16 -04:00
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-freedesktop_org-menu='${PREFIX}/share/applications/' \
--disable-update-databases
2003-03-29 10:22:14 -05:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_X11= Yes
2003-03-29 10:22:14 -05:00
USE_GMAKE= Yes
2003-03-29 10:22:14 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>