openbsd-ports/x11/gnome/bug-buddy/Makefile

52 lines
1.5 KiB
Makefile
Raw Normal View History

2010-10-19 04:13:56 -04:00
# $OpenBSD: Makefile,v 1.25 2010/10/19 08:13:56 espie Exp $
2010-10-13 15:32:37 -04:00
SHARED_ONLY= Yes
COMMENT= graphical bug reporting tool for GNOME
GNOME_PROJECT= bug-buddy
2010-09-30 03:31:06 -04:00
GNOME_VERSION= 2.32.0
2010-10-13 15:32:37 -04:00
REVISION= 1
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-10-12 06:35:48 -04:00
WANTLIB += ORBit-2 ORBitCosNaming-2 X11 Xau Xcomposite Xcursor
WANTLIB += Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender
WANTLIB += asn1 atk-1.0 c cairo com_err crypto dbus-1 dbus-glib-1 elf
2010-04-22 09:52:11 -04:00
WANTLIB += expat fontconfig freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
2010-10-11 04:11:24 -04:00
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnutls gobject-2.0
WANTLIB += gpg-error gssapi gthread-2.0 gtk-x11-2.0 krb5 kvm m gtop-2.0
2010-04-22 09:52:11 -04:00
WANTLIB += nspr4 nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 plc4 plds4 png pthread pthread-stubs smime3
WANTLIB += soup-2.4 sqlite3 ssl3 tasn1 xcb xcb-render xcb-render-util
WANTLIB += xml2 z camel-1.2 ebook-1.2 edataserver-1.2 bonobo-2
2010-09-30 03:31:06 -04:00
WANTLIB += gdata gnome-keyring nssutil3 proxy soup-gnome-2.4
WANTLIB += bonobo-activation eggdbus-1
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
BUILD_DEPENDS= ::textproc/rarian \
::x11/gnome/doc-utils
LIB_DEPENDS= ::databases/evolution-data-server \
::devel/libelf \
::x11/gnome/libbonobo \
2010-09-30 03:31:06 -04:00
::devel/libgtop2 \
::devel/eggdbus
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libelf" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-eds
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= bug-buddy
.include <bsd.port.mk>