10e975f1b1
CONFIGURE_ENV/MODULES/USE_LIBTOOL already defined in xfce4.port.mk, now that all ports in this directory use x11/xfce4 module. Bump all PKGNAMEs. ok ajacoutot@ on a previous diff
28 lines
624 B
Makefile
28 lines
624 B
Makefile
# $OpenBSD: Makefile,v 1.9 2008/07/10 11:38:03 landry Exp $
|
|
|
|
COMMENT= lightweight vte-based terminal for xfce4
|
|
|
|
XFCE_VERSION= 0.2.8
|
|
XFCE_PROJECT= Terminal
|
|
# :L is here for a reason
|
|
PKGNAME= ${DISTNAME:L}p2
|
|
|
|
# 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>
|