openbsd-ports/x11/xfce4/xfce-utils/Makefile
landry dd2c2354e8 Fix gtk-update-icon-cache call, prodded by ajacoutot@
Bump PKGNAMEs, and while here reorded @exec/@unexec calls for consistency.

ok ajacoutot@
2008-04-17 09:00:24 +00:00

40 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.19 2008/04/17 09:00:24 landry Exp $
COMMENT= essential utilities and scripts for xfce4
V= 4.4.2
DISTNAME= xfce-utils-${V}
PKGNAME= ${DISTNAME}p1
HOMEPAGE= http://www.xfce.org/projects/xfce-utils/
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
EXTRACT_SUFX= .tar.bz2
USE_GMAKE= Yes
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \
dbus-glib-1::x11/dbus-glib \
dbus-1.>=6::x11/dbus
RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager \
::x11/xfce4/xfce4-session \
::x11/xfce4/exo
BUILD_DEPENDS= ::x11/xfce4/xfce-mcs-manager
WANTLIB= ICE SM X11 Xau Xdmcp Xrender Xcomposite fontconfig freetype \
Xcursor Xext Xfixes Xi Xinerama Xrandr Xdamage pthread expat \
atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 m c \
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
pangoft2-1.0 pangocairo-1.0 cairo glitz png z \
startup-notification-1 xfce4util pcre
CONFIGURE_ARGS+=--with-browser="xterm -e lynx"
.include <bsd.port.mk>