diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-06 03:31:16 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-06 03:31:16 +0000 |
commit | 2690a7e4436aa462f62aa2aad669183a7812a84c (patch) | |
tree | bd42b4e341928eed86403eca47c906fb65dc03d0 /x11-wm/xfce/Makefile | |
parent | df3e252714593a383becd0287803261b13f2bb97 (diff) | |
download | FreeBSD-ports-2690a7e4436aa462f62aa2aad669183a7812a84c.zip FreeBSD-ports-2690a7e4436aa462f62aa2aad669183a7812a84c.tar.gz |
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Update to 3.1.2
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r-- | x11-wm/xfce/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 6c85dd2..dd1fb64 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -1,26 +1,30 @@ # New ports collection makefile for: xfce -# Version required: 3.1.1 +# Version required: 3.1.2 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.1.1 +DISTNAME= xfce-3.1.2 CATEGORIES= x11-wm -MASTER_SITES= http://www.xfce.org/archive/ +MASTER_SITES= http://www.xfce.org/archive/ \ + http://www.baysurf.net/linux/xfce/archive/ -MAINTAINER= nacai@iname.com +MAINTAINER= nakai@FreeBSD.org 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_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib -lintl -lxpg4" CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share/ -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + --datadir=${PREFIX}/share MAN1= xfbd.1 xfce.1 xfclock.1 xfhelp.1 xfmouse.1 xfpager.1 xfprint.1 \ xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1 |