mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
32 lines
757 B
Makefile
32 lines
757 B
Makefile
# New ports collection makefile for: xfce
|
|
# Date created: 30 June 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfce
|
|
PORTVERSION= 3.6.3
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.xfce.org/archive/
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_IMLIB= yes
|
|
USE_ESOUND= yes
|
|
USE_XPM= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -lxpg4"
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
|
|
--datadir=${PREFIX}/share \
|
|
--sysconfdir=${PREFIX}/etc \
|
|
--with-xpm=${X11BASE}
|
|
|
|
MAN1= xfbd.1 xfce.1 xfclock.1 xfgnome.1 xfhelp.1 xflock.1 xfmountdev.1 \
|
|
xfmouse.1 xfpager.1 xfprint.1 xfrun.1 xfsound.1 xfterm.1 xftrash.1 \
|
|
xftree.1 xfwm.1
|
|
|
|
.include <bsd.port.mk>
|