2009-04-26 07:01:04 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2009/04/26 11:01:05 ajacoutot Exp $
|
2008-05-17 14:43:11 -04:00
|
|
|
|
|
|
|
COMMENT= universal search and navigation for GNOME
|
|
|
|
|
2009-01-12 15:10:21 -05:00
|
|
|
GNOME_VERSION= 2.24.3
|
2008-05-17 14:43:11 -04:00
|
|
|
GNOME_PROJECT= deskbar-applet
|
2009-03-14 07:36:24 -04:00
|
|
|
PKGNAME= ${DISTNAME}p5
|
2008-12-19 04:58:29 -05:00
|
|
|
|
2008-05-17 14:43:11 -04:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
2008-11-21 12:12:44 -05:00
|
|
|
HOMEPAGE= http://projects.gnome.org/deskbar-applet/
|
2008-05-17 14:43:11 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python \
|
|
|
|
x11/gnome
|
|
|
|
|
|
|
|
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
|
|
|
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
2009-01-20 18:13:30 -05:00
|
|
|
Xrender art_lgpl_2 asn1 atk-1.0 bonobo-2 \
|
2008-11-21 12:12:44 -05:00
|
|
|
bonobo-activation bonoboui-2 cairo com_err crypto dbus-1 \
|
2009-01-20 18:13:30 -05:00
|
|
|
dbus-glib-1 expat fontconfig freetype gailutil \
|
2009-01-30 15:49:41 -05:00
|
|
|
gconf-2 gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
2008-11-21 12:12:44 -05:00
|
|
|
glitz gmodule-2.0 gnome-2 gnome-desktop-2 gnome-keyring \
|
2009-01-30 15:49:41 -05:00
|
|
|
gnomecanvas-2 gnomeui-2 gnomevfs-2 gnutls gobject-2.0 \
|
|
|
|
gpg-error gssapi \
|
2008-11-21 12:12:44 -05:00
|
|
|
gthread-2.0 gtk-x11-2.0 krb5 m nspr4 nss3 pango-1.0 \
|
|
|
|
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4 \
|
|
|
|
png popt smime3 softokn3 soup-2.4 sqlite3 ssl ssl3 \
|
2009-01-30 15:49:41 -05:00
|
|
|
startup-notification-1 tasn1 util xml2 z
|
2008-05-17 14:43:11 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ::x11/dbus-python \
|
2009-04-06 06:05:20 -04:00
|
|
|
::x11/gnome/py-gnome-desktop
|
2009-01-02 08:07:36 -05:00
|
|
|
RUN_DEPENDS= ::mail/evolution \
|
2008-05-17 14:43:11 -04:00
|
|
|
::x11/dbus-python \
|
2008-11-22 10:15:54 -05:00
|
|
|
::x11/gnome/py-gnome-desktop \
|
2009-03-14 07:36:24 -04:00
|
|
|
::devel/py-simplejson
|
2008-05-17 14:43:11 -04:00
|
|
|
LIB_DEPENDS= camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server
|
|
|
|
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/deskbar-applet \
|
|
|
|
--disable-schemas-install \
|
|
|
|
--enable-evolution
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2009-04-26 07:01:04 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2008-05-17 14:43:11 -04:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/deskbar/deskbar-applet.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|