diff options
author | stas <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
commit | 173755349dc2dd22744f67ee65b533ef3b1c3649 (patch) | |
tree | fcddf9b33a006f3b495b40ac5641012787c2a99e /textproc | |
parent | ed21c3e01f7d2d837804666f445b9249d985c327 (diff) | |
download | FreeBSD-ports-173755349dc2dd22744f67ee65b533ef3b1c3649.zip FreeBSD-ports-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.gz |
- 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 'textproc')
-rw-r--r-- | textproc/exml/Makefile | 19 | ||||
-rw-r--r-- | textproc/exml/distinfo | 6 |
2 files changed, 12 insertions, 13 deletions
diff --git a/textproc/exml/Makefile b/textproc/exml/Makefile index 71261ec..ed057ef 100644 --- a/textproc/exml/Makefile +++ b/textproc/exml/Makefile @@ -6,20 +6,19 @@ # PORTNAME= exml -PORTVERSION= 20060707 +PORTVERSION= 20060926 CATEGORIES= textproc -MASTER_SITES= http://mbsd.msk.ru/dist/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= EXML is an abstracted, generalized interface to libxml -LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore - GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GNOME= libxml2 gnomehack gnometarget -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +USE_GNOME= libxml2 libxslt gnomehack gnometarget pkgconfig +USE_EFL= ecore +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> diff --git a/textproc/exml/distinfo b/textproc/exml/distinfo index b28c429..3c58efe 100644 --- a/textproc/exml/distinfo +++ b/textproc/exml/distinfo @@ -1,3 +1,3 @@ -MD5 (exml-20060707.tar.bz2) = 82a4426fb88a6e82d4c4d0d0caf35eb1 -SHA256 (exml-20060707.tar.bz2) = c04a8ead6809730c1b6ccb91b256b143c259f138821cf13c905df1a2b34c2e0c -SIZE (exml-20060707.tar.bz2) = 210135 +MD5 (exml-20060926.tar.bz2) = bd602db3cd8ce68733a95be6854b4034 +SHA256 (exml-20060926.tar.bz2) = 670908adc3b77df84f9146435127032e38ffc3b91fdde299d19b6094f11b350d +SIZE (exml-20060926.tar.bz2) = 224804 |