2012-06-15 04:30:18 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2012/06/15 08:30:24 ajacoutot Exp $
|
2007-10-23 10:02:40 -04:00
|
|
|
|
2009-05-03 15:43:36 -04:00
|
|
|
COMMENT= Xfce4 notification daemon
|
2007-10-23 10:02:40 -04:00
|
|
|
|
2008-07-08 07:45:38 -04:00
|
|
|
XFCE_VERSION= 0.3.7
|
|
|
|
XFCE_GOODIE= notification-daemon-xfce
|
2012-06-15 04:30:18 -04:00
|
|
|
REVISION= 18
|
2007-10-23 10:02:40 -04:00
|
|
|
|
2009-08-11 15:54:01 -04:00
|
|
|
MASTER_SITES= http://archive.xfce.org/src/archive/${XFCE_GOODIE}/${XFCE_BRANCH}/
|
2008-07-08 07:45:38 -04:00
|
|
|
# GPLv2
|
2007-10-23 10:02:40 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2008-07-08 07:45:38 -04:00
|
|
|
MODULES= x11/xfce4
|
2011-09-19 03:53:15 -04:00
|
|
|
MODXFCE_DESKTOP_FILE= Yes
|
2011-12-03 17:39:11 -05:00
|
|
|
MODXFCE_ICON_CACHE= Yes
|
2007-10-23 10:02:40 -04:00
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= x11/xfce4/libxfcegui4 \
|
|
|
|
x11/libsexy \
|
2011-04-21 03:04:56 -04:00
|
|
|
devel/libnotify>=0.7.2 \
|
|
|
|
x11/dbus-glib
|
2007-10-23 10:02:40 -04:00
|
|
|
|
2008-05-23 21:24:31 -04:00
|
|
|
WANTLIB= ICE SM X11 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 \
|
2010-10-11 04:11:24 -04:00
|
|
|
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
2008-05-23 21:24:31 -04:00
|
|
|
gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre \
|
2009-08-11 04:38:41 -04:00
|
|
|
pixman-1 png pthread startup-notification-1 xfce4util xml2 z \
|
2012-04-30 09:29:03 -04:00
|
|
|
pthread-stubs xcb xcb-aux stdc++ \
|
2011-10-14 07:37:24 -04:00
|
|
|
gthread-2.0 xcb-render GL Xxf86vm drm xcb-shm xfcegui4 sexy \
|
|
|
|
X11-xcb ffi notify
|
2007-10-23 10:02:40 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|