120a3207ba
It has been ported to use garcon instead of libxfce4menu.
34 lines
983 B
Makefile
34 lines
983 B
Makefile
# $OpenBSD: Makefile,v 1.29 2011/01/18 20:28:24 landry Exp $
|
|
|
|
COMMENT= Xfce4 application finder
|
|
|
|
XFCE_PROJECT= xfce4-appfinder
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES= x11/xfce4
|
|
DESKTOP_FILES= Yes
|
|
|
|
CONFIGURE_ARGS= --disable-linker-opts
|
|
LIB_DEPENDS= x11/xfce4/garcon \
|
|
x11/xfce4/libxfce4ui>=4.8.0 \
|
|
x11/xfce4/xfconf
|
|
|
|
WANTLIB= 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 \
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 \
|
|
pangocairo-1.0 pangoft2-1.0 pixman-1 png xfce4util z \
|
|
ICE SM dbus-1 dbus-glib-1 gio-2.0 gthread-2.0 \
|
|
pcre pthread startup-notification-1 xfce4ui-1 \
|
|
pthread-stubs xcb execinfo xcb-atom \
|
|
xcb-aux xcb-event gthread-2.0 xcb-render xcb-shm \
|
|
xfconf-0 gdk-x11-2.0 GL Xxf86vm drm garcon-1 \
|
|
gdk_pixbuf-2.0 gtk-x11-2.0
|
|
|
|
.include <bsd.port.mk>
|