48 lines
1.4 KiB
Makefile
Raw Normal View History

2010-11-22 08:36:47 +00:00
# $OpenBSD: Makefile,v 1.61 2010/11/22 08:36:47 espie Exp $
COMMENT= HTML editor for experienced web designers
DISTNAME= bluefish-1.0.7
REVISION= 7
2009-06-19 01:10:53 +00:00
CATEGORIES= www
HOMEPAGE= http://bluefish.openoffice.nl/
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/
2009-06-19 01:10:53 +00: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
WANTLIB += gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2
2009-06-19 01:10:53 +00:00
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
2010-11-22 08:36:47 +00:00
WANTLIB += gailutil gtk-x11-2.0>=0.14 gdk-x11-2.0>=0.14 pcre gnomeui-2
2000-02-22 22:55:07 +00:00
2004-08-10 08:46:49 +00:00
MODULES= devel/gettext
2010-11-22 08:36:47 +00:00
RUN_DEPENDS= devel/desktop-file-utils \
misc/shared-mime-info
BUILD_DEPENDS= misc/shared-mime-info
LIB_DEPENDS= x11/gtk+2 \
devel/pcre \
x11/gnome/libgnomeui
2004-05-31 14:36:16 +00:00
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-freedesktop_org-menu='${PREFIX}/share/applications/' \
--disable-update-databases
2003-03-29 15:22:14 +00:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2003-03-29 15:22:14 +00:00
USE_GMAKE= Yes
2010-10-19 08:02:53 +00:00
USE_GROFF = Yes
2003-03-29 15:22:14 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>