openbsd-ports/x11/xfce/Makefile

37 lines
963 B
Makefile
Raw Normal View History

2002-05-15 14:05:18 -04:00
# $OpenBSD: Makefile,v 1.17 2002/05/15 18:05:19 espie Exp $
2002-03-23 20:20:39 -05:00
COMMENT= "CDE like desktop with Gtk"
2002-03-23 20:20:39 -05:00
DISTNAME= xfce-3.8.14
CATEGORIES= x11
2002-03-23 20:20:39 -05:00
NEED_VERSION= 1.500
2002-05-15 14:05:18 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfce/}
HOMEPAGE= http://www.xfce.org/
2002-03-23 20:20:39 -05:00
LIB_DEPENDS= gtk.1::x11/gtk+ \
gdk_pixbuf.2::graphics/gdk-pixbuf \
audiofile::devel/libaudiofile \
xml2::textproc/libxml
RUN_DEPENDS= ::audio/sox
2000-03-23 17:14:37 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
2002-03-23 20:20:39 -05:00
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --disable-arts \
--enable-audiofile="${LOCALBASE}" \
--enable-gdk-pixbuf="${LOCALBASE}" \
--enable-gtk-engine="${PREFIX}/lib/gtk/themes/engines" \
--enable-libxml2="${LOCALBASE}" \
--with-conf-dir="${PREFIX}/lib/xfce" \
--with-data-dir="${PREFIX}/share/xfce" \
--with-libiconv-prefix="${LOCALBASE}" \
--with-locale-dir="${PREFIX}/share/locale" \
--with-xpm="${X11BASE}"
.include <bsd.port.mk>