openbsd-ports/www/bluefish/Makefile

50 lines
1.5 KiB
Makefile
Raw Normal View History

2011-09-16 08:00:05 -04:00
# $OpenBSD: Makefile,v 1.63 2011/09/16 12:00:06 espie Exp $
COMMENT= HTML editor for experienced web designers
DISTNAME= bluefish-1.0.7
2011-09-16 08:00:05 -04:00
REVISION= 9
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
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-18 21:10:53 -04: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 03:36:47 -05:00
WANTLIB += gailutil gtk-x11-2.0>=0.14 gdk-x11-2.0>=0.14 pcre gnomeui-2
WANTLIB += GL Xxf86vm canberra drm xcb-render xcb-shm aspell
2000-02-22 17:55:07 -05:00
2004-08-10 04:46:49 -04:00
MODULES= devel/gettext
2010-11-22 03:36:47 -05: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 \
textproc/aspell/core
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"
2003-03-29 10:22:14 -05:00
USE_GMAKE= Yes
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2003-03-29 10:22:14 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>