openbsd-ports/sysutils/notification-daemon/Makefile

42 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.20 2011/09/12 07:26:19 ajacoutot Exp $
COMMENT= send small notifications to your desktop
GNOME_VERSION= 0.7.2
GNOME_PROJECT= notification-daemon
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 += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += cairo-gobject canberra canberra-gtk3 drm expat fontconfig
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 ltdl m ogg pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs vorbis vorbisfile xcb xcb-render xcb-shm
WANTLIB += z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= devel/libnotify>=0.7.2 \
devel/libtool,-ltdl \
audio/libcanberra,-gtk3
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-dbus-sys="${SYSCONFDIR}/dbus-1/system.d"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>