openbsd-ports/x11/xfce/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

35 lines
795 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.10 2000/10/22 15:44:00 espie Exp $
#
DISTNAME= xfce-3.4.4
CATEGORIES= x11
NEED_VERSION= 1.305
MASTER_SITES= http://www.xfce.org/archive/
MAINTAINER= Kevin Lo <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>