57 lines
1.6 KiB
Makefile
57 lines
1.6 KiB
Makefile
# $OpenBSD: Makefile,v 1.42 2010/11/22 08:36:57 espie Exp $
|
|
|
|
COMMENT= API documentation browser for GNOME
|
|
|
|
GNOME_PROJECT= devhelp
|
|
GNOME_VERSION= 2.32.0
|
|
|
|
REVISION= 1
|
|
|
|
SHARED_LIBS += devhelp-2 0.0 # 1.0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://live.gnome.org/devhelp
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += ICE SM X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt atk-1.0 c
|
|
WANTLIB += cairo dbus-1 dbus-glib-1 enchant execinfo expat fontconfig
|
|
WANTLIB += freetype gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnutls gobject-2.0
|
|
WANTLIB += gstbase-0.10 gstpbutils-0.10 gstreamer-0.10 gstvideo-0.10
|
|
WANTLIB += gthread-2.0 gtk-x11-2.0 icui18n jpeg webkit-1.0
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
WANTLIB += png pthread pthread-stubs soup-2.4 sqlite3 stdc++ tasn1
|
|
WANTLIB += xcb xcb-atom xcb-aux xcb-event xcb-render xcb-render-util
|
|
WANTLIB += xml2 xslt z gpg-error gstapp-0.10 wnck-1 ORBit-2 unique-1.0
|
|
WANTLIB += startup-notification-1
|
|
|
|
MODULES= devel/gettext \
|
|
lang/python \
|
|
x11/gnome \
|
|
devel/gconf2
|
|
|
|
BUILD_DEPENDS= x11/gnome/doc-utils
|
|
LIB_DEPENDS= devel/libwnck \
|
|
devel/startup-notification \
|
|
devel/ORBit2 \
|
|
devel/libunique \
|
|
www/webkit
|
|
|
|
DESKTOP_FILES= Yes
|
|
MODGCONF2_SCHEMAS_DIR= devhelp
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|