openbsd-ports/x11/xfce4/terminal/Makefile
landry ddddffa0fe Maintenance update to Xfce 4.4.3, bugfix and translation release.
See http://www.xfce.org/documentation/changelogs/4.4.3.

Fixes some bugs which surfaced on amd64 since Glib update, some patches
are now integrated upstream.
While here, update PLISTs and use pkg_subst -c in xfce4-session/Makefile.

diff reads ok to ajacoutot@, go ahead jasper@
2008-11-06 15:34:46 +00:00

28 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.10 2008/11/06 15:34:46 landry Exp $
COMMENT= lightweight vte-based terminal for xfce4
XFCE_VERSION= 0.2.8.3
XFCE_PROJECT= Terminal
# :L is here for a reason
PKGNAME= ${DISTNAME:L}
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
DESKTOP_FILES= Yes
LIB_DEPENDS= exo-0.3.>=5::x11/xfce4/exo \
dbus-glib-1::x11/dbus-glib \
dbus-1.>=6::x11/dbus \
vte.>=11::devel/vte
WANTLIB= X11 atk-1.0 c gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 gobject-2.0 \
gtk-x11-2.0 startup-notification-1 xfce4util
.include <bsd.port.mk>