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