1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-wm/xfce4/Makefile
Chris Piazza eceeda8f9e Update to version 3.0.3
PR:		13054
Submitted by:	maintainer
1999-08-11 04:35:08 +00:00

29 lines
716 B
Makefile

# New ports collection makefile for: xfce
# Version required: 3.0.3
# Date created: 30 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.16 1999/05/31 05:03:11 steve Exp $
#
DISTNAME= xfce-3.0.3
CATEGORIES= x11-wm
MASTER_SITES= http://www.xfce.org/archive/
MAINTAINER= nacai@iname.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
--datadir=${PREFIX}/share/
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
MAN1= xfbd.1 xfce.1 xfclock.1 xfmouse.1 xfpager.1 xfsound.1 \
xftree.1 xfwm.1
.include <bsd.port.mk>