2011-01-18 15:59:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2011/01/18 20:59:31 landry Exp $
|
2005-05-12 00:38:34 -04:00
|
|
|
|
2009-06-23 16:13:19 -04:00
|
|
|
COMMENT= Xfce4 sticky notes panel plugin
|
2005-05-12 00:38:34 -04:00
|
|
|
|
2011-01-18 15:59:31 -05:00
|
|
|
XFCE_VERSION= 1.7.7
|
2008-07-08 08:54:43 -04:00
|
|
|
XFCE_PLUGIN= notes
|
2007-05-10 15:18:15 -04:00
|
|
|
|
2008-07-08 08:54:43 -04:00
|
|
|
# GPLv2
|
2005-05-12 00:38:34 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2008-07-08 08:54:43 -04:00
|
|
|
MODULES= x11/xfce4
|
2009-12-19 08:28:26 -05:00
|
|
|
DESKTOP_FILES = Yes
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS += devel/libunique
|
2011-01-18 15:59:31 -05:00
|
|
|
LIB_DEPENDS += x11/xfce4/libxfcegui4
|
2009-12-19 08:28:26 -05:00
|
|
|
|
|
|
|
FAKE_FLAGS = autostartdir=${PREFIX}/share/examples/xfce4-notes
|
2007-05-10 15:18:15 -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 expat \
|
|
|
|
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
2010-10-11 04:11:24 -04:00
|
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 \
|
2008-09-10 11:08:00 -04:00
|
|
|
pangocairo-1.0 pangoft2-1.0 pixman-1 png xfce4util z \
|
2009-06-23 16:13:19 -04:00
|
|
|
xfcegui4 pthread gio-2.0 dbus-1 dbus-glib-1 pcre \
|
2009-09-04 15:09:20 -04:00
|
|
|
startup-notification-1 xfconf-0 pthread-stubs xcb execinfo \
|
2010-07-27 08:58:42 -04:00
|
|
|
xcb-atom xcb-aux xcb-event unique-1.0 gthread-2.0 \
|
2011-01-18 15:59:31 -05:00
|
|
|
xcb-render GL Xxf86vm xcb-shm drm
|
2005-05-12 00:38:34 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|