openbsd-ports/x11/xfce/Makefile

36 lines
787 B
Makefile
Raw Normal View History

# New ports collection makefile for: xfce
# Version required: 3.2.5
# Date created: 28 Jan 2000
# Whom: Kevin Lo <kevlo@openbsd.org>
#
# $OpenBSD: Makefile,v 1.15 2001/11/26 07:46:43 kevlo Exp $
#
COMMENT= "CDE like desktop with GTK"
DISTNAME= xfce-3.6.3
CATEGORIES= x11
2001-10-24 08:48:53 -04:00
NEED_VERSION= 1.474
MASTER_SITES= http://www.xfce.org/archive/
HOMEPAGE= http://www.xfce.org/
2000-03-23 17:14:37 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-10-24 08:48:53 -04:00
LIB_DEPENDS= Imlib.19,gdk_imlib::graphics/imlib \
gtk.1::x11/gtk+
RUN_DEPENDS= ::audio/sox
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-xpm=${X11BASE} \
--with-conf-dir=${PREFIX}/lib/xfce
.include <bsd.port.mk>