2011-09-19 07:53:15 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2011/09/19 07:53:15 ajacoutot Exp $
|
2007-05-17 10:50:13 +00:00
|
|
|
|
2009-06-23 19:53:03 +00:00
|
|
|
COMMENT= Xfce4 dictionary application
|
2007-05-17 10:50:13 +00:00
|
|
|
|
2009-12-31 12:01:26 +00:00
|
|
|
XFCE_VERSION= 0.6.0
|
2008-07-08 11:45:38 +00:00
|
|
|
XFCE_GOODIE= xfce4-dict
|
2011-05-18 21:13:49 +00:00
|
|
|
REVISION= 3
|
2007-05-17 10:50:13 +00:00
|
|
|
|
2008-07-08 11:45:38 +00:00
|
|
|
# GPLv2
|
2007-05-17 10:50:13 +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
|
2011-09-19 07:53:15 +00:00
|
|
|
MODXFCE_DESKTOP_FILE= Yes
|
2007-05-17 10:50:13 +00:00
|
|
|
|
2011-01-18 21:03:05 +00:00
|
|
|
LIB_DEPENDS= x11/xfce4/xfce4-panel \
|
|
|
|
x11/xfce4/libxfcegui4
|
2008-05-19 14:40:04 +00:00
|
|
|
|
2011-05-18 21:13:49 +00:00
|
|
|
# nothing in the dep chain provides librsvg, so explicitely depend on it
|
|
|
|
# so that the icon is correctly displayed
|
|
|
|
RUN_DEPENDS+= x11/gnome/librsvg
|
|
|
|
|
2007-12-18 21:08:10 +00:00
|
|
|
WANTLIB= ICE SM X11 Xdmcp Xrender Xdamage Xau fontconfig freetype \
|
|
|
|
Xcursor Xext Xfixes Xi Xinerama Xcomposite Xrandr expat \
|
2009-06-23 19:53:03 +00:00
|
|
|
atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 m z c \
|
2011-01-18 21:03:05 +00:00
|
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 pcre xfce4panel-1.0 \
|
2010-10-11 08:11:24 +00:00
|
|
|
pangoft2-1.0 pangocairo-1.0 cairo png pthread \
|
2008-07-08 11:45:38 +00:00
|
|
|
startup-notification-1 xfce4util pixman-1 gthread-2.0 \
|
2010-07-27 12:58:42 +00:00
|
|
|
xfcegui4 pthread-stubs xcb execinfo xcb-atom xcb-aux xcb-event \
|
2011-01-18 21:03:05 +00:00
|
|
|
xcb-render GL Xxf86vm drm xcb-shm
|
2007-05-17 10:50:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|