diff options
author | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
commit | 173755349dc2dd22744f67ee65b533ef3b1c3649 (patch) | |
tree | fcddf9b33a006f3b495b40ac5641012787c2a99e /graphics/esmart/Makefile | |
parent | ed21c3e01f7d2d837804666f445b9249d985c327 (diff) | |
download | freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.gz freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.zst freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.zip |
- Move to LOCALBASE
- Use new EFL framework
- Update all e17 ports to the lates stable cvs snapshot
- Add additional knobs/options to ports makefiles to control the
feature set
- Add a bunch of new e17 applications/libraries
- Minor improvements/modification.
Approved by: vanilla (old maintainer), sem (mentor)
Diffstat (limited to 'graphics/esmart/Makefile')
-rw-r--r-- | graphics/esmart/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/graphics/esmart/Makefile b/graphics/esmart/Makefile index 050636d9e3d9..be6dadbb830b 100644 --- a/graphics/esmart/Makefile +++ b/graphics/esmart/Makefile @@ -6,22 +6,24 @@ # PORTNAME= esmart -PORTVERSION= 0.9.0.007 +PORTVERSION= 20060926 PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://enlightenment.freedesktop.org/files/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= stas@FreeBSD.org COMMENT= Evas smart objects development libraries LIB_DEPENDS= epsilon.0:${PORTSDIR}/graphics/epsilon -USE_X_PREFIX= yes -USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes +USE_AUTOTOOLS= libltdl:15 +USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig gnometarget -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +USE_EFL= ecore evas epsilon edje +USE_LDCONFIG= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" +.include <bsd.port.post.mk> |