ajacoutot d58ff5b5b0 - add missing run_dependency on
multimedia/gstreamer-0.10/plugins-good,-gconf

based on submissions from Benoit Chesneau and David Coppa
2009-02-06 15:05:06 +00:00

54 lines
1.6 KiB
Makefile

# $OpenBSD: Makefile,v 1.5 2009/02/06 15:05:06 ajacoutot Exp $
COMMENT= send small notifications to your desktop
DISTNAME= notification-daemon-0.4.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils net
HOMEPAGE= http://www.galago-project.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE ORBit-2 SM X11 XRes Xau Xcomposite Xcursor Xdamage \
Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c \
cairo dbus-1 dbus-glib-1 expat fontconfig freetype \
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz \
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m \
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
png pthread startup-notification-1 xml2 z
MASTER_SITES= ${HOMEPAGE}/files/releases/source/notification-daemon/
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext \
textproc/intltool
LIB_DEPENDS= gconf-2::devel/gconf2 \
notify.>=2::devel/libnotify \
glade-2.0.>=1::devel/libglade2 \
gstreamer-0.10::multimedia/gstreamer-0.10/core \
wnck-1::devel/libwnck \
sexy::x11/libsexy
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
:gstreamer-confelements-*:multimedia/gstreamer-0.10/plugins-good,-gconf
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-dbus-sys="${SYSCONFDIR}/dbus-1/system.d" \
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/notification-daemon \
--disable-schemas-install \
--enable-sound=gstreamer
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>