diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-18 17:43:13 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-18 17:43:13 +0800 |
commit | b9c3b05747f47ee40c076816b6e00eb644c17748 (patch) | |
tree | 35f9b648afb5bb31b1f6fdb3ea0da5c1f4d10398 /x11-wm/e16/Makefile | |
parent | ef9edd232ec34fd0c3cbc109760f00bf3bc3d2eb (diff) | |
download | freebsd-ports-gnome-b9c3b05747f47ee40c076816b6e00eb644c17748.tar.gz freebsd-ports-gnome-b9c3b05747f47ee40c076816b6e00eb644c17748.tar.zst freebsd-ports-gnome-b9c3b05747f47ee40c076816b6e00eb644c17748.zip |
Update to 0.16.0
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 0fd2c0578c8f..7c60aa066145 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,11 +6,12 @@ # $FreeBSD$ # -DISTNAME= enlightenment-0.15.5 +DISTNAME= enlightenment-0.16.0 CATEGORIES= x11-wm gnome -MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ - http://www.rasterman.com/files/ \ - ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ +MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ + ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ + ftp://ftp.enlighte.nu/pub/Enlightenment/Enlightenment/ \ + ftp://beaver.its.vu.edu.au/pub/enlightenment/ MAINTAINER= vanilla@FreeBSD.org @@ -26,7 +27,10 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lxpg4" + +post-install: + ${CHOWN} -R root:wheel ${PREFIX}/share/enlightenment/themes .include <bsd.port.mk> |