diff options
Diffstat (limited to 'devel/engrave/Makefile')
-rw-r--r-- | devel/engrave/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/devel/engrave/Makefile b/devel/engrave/Makefile index 3f753e2d343b..9b41a2afe7dd 100644 --- a/devel/engrave/Makefile +++ b/devel/engrave/Makefile @@ -6,21 +6,20 @@ # PORTNAME= engrave -PORTVERSION= 20060719 +PORTVERSION= 20060926 CATEGORIES= devel -MASTER_SITES= http://mbsd.msk.ru/dist/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= A library for editing the contents of an edje .eet file -LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \ - evas.1:${PORTSDIR}/graphics/evas - USE_BZIP2= yes USE_GMAKE= yes +USE_GNOME= gnometarget pkgconfig gnomehack +USE_EFL= ecore evas USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" +.include <bsd.port.post.mk> |