openbsd-ports/x11/xfce/Makefile
kevlo 43f2460f28 - Update to version 3.4.4
- Fix Makefile. sox -> esdplay
- patch-aa, thanks Matt Behrens <matt@zigg.com>
2000-08-16 03:41:21 +00:00

35 lines
783 B
Makefile

# 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.8 2000/08/16 03:41:21 kevlo Exp $
#
DISTNAME= xfce-3.4.4
CATEGORIES= x11
NEED_VERSION= 1.301
MASTER_SITES= http://www.xfce.org/archive/
MAINTAINER= kevlo@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= Imlib.19::graphics/imlib \
gtk.1::x11/gtk+
RUN_DEPENDS= ${LOCALBASE}/bin/esdplay::audio/esound
GTK_CONFIG= ${LOCALBASE}/bin/gtk-config
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--with-xpm=${X11BASE}
.include <bsd.port.mk>