2000-01-28 09:21:19 -05:00
|
|
|
# New ports collection makefile for: xfce
|
|
|
|
# Version required: 3.2.5
|
|
|
|
# Date created: 28 Jan 2000
|
|
|
|
# Whom: Kevin Lo <kevlo@openbsd.org>
|
|
|
|
#
|
2001-11-26 02:46:43 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2001/11/26 07:46:43 kevlo Exp $
|
2000-01-28 09:21:19 -05:00
|
|
|
#
|
|
|
|
|
2001-05-06 00:41:05 -04:00
|
|
|
COMMENT= "CDE like desktop with GTK"
|
|
|
|
|
2000-11-30 00:28:42 -05:00
|
|
|
DISTNAME= xfce-3.6.3
|
2000-01-28 09:21:19 -05:00
|
|
|
CATEGORIES= x11
|
2001-10-24 08:48:53 -04:00
|
|
|
NEED_VERSION= 1.474
|
2000-01-28 09:21:19 -05:00
|
|
|
MASTER_SITES= http://www.xfce.org/archive/
|
|
|
|
|
2000-11-30 00:28:42 -05:00
|
|
|
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 \
|
2000-03-24 18:28:01 -05:00
|
|
|
gtk.1::x11/gtk+
|
2001-11-13 17:13:22 -05:00
|
|
|
RUN_DEPENDS= ::audio/sox
|
2000-01-28 09:21:19 -05:00
|
|
|
|
2000-11-30 00:28:42 -05:00
|
|
|
USE_X11= Yes
|
2000-06-12 11:04:33 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-01-28 09:21:19 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-06-12 11:04:33 -04:00
|
|
|
|
2000-11-30 00:28:42 -05:00
|
|
|
CONFIGURE_ARGS= --with-xpm=${X11BASE} \
|
|
|
|
--with-conf-dir=${PREFIX}/lib/xfce
|
2000-01-28 09:21:19 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|