diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-18 09:43:13 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-18 09:43:13 +0000 |
commit | d362fdf6d937a871c6ad2f615abdc5bb40480d3a (patch) | |
tree | 19195c2d84f596a9da5bb57d139543287bc3d0a0 /x11-wm/enlightenment/Makefile | |
parent | 738ee56574397e93637c62968207a09c0875818d (diff) | |
download | ports-d362fdf6d937a871c6ad2f615abdc5bb40480d3a.tar.gz ports-d362fdf6d937a871c6ad2f615abdc5bb40480d3a.zip |
Notes
Diffstat (limited to 'x11-wm/enlightenment/Makefile')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 0fd2c0578c8f..7c60aa066145 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/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> |