diff options
Diffstat (limited to 'x11/e17-module-screenshot/Makefile')
-rw-r--r-- | x11/e17-module-screenshot/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/x11/e17-module-screenshot/Makefile b/x11/e17-module-screenshot/Makefile index aaddd8aacd42..42347fec4de2 100644 --- a/x11/e17-module-screenshot/Makefile +++ b/x11/e17-module-screenshot/Makefile @@ -6,27 +6,24 @@ # PORTNAME= screenshot -PORTVERSION= 20060707 -PORTREVISION= 1 +PORTVERSION= 20060926 +PORTREVISION= 0 CATEGORIES= x11 -MASTER_SITES= http://mbsd.msk.ru/dist/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ PKGNAMEPREFIX= e17-module- DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= An e17 module which allows users to take screenshots -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +GNU_CONFIGURE= yes USE_BZIP2= yes -USE_X_PREFIX= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} +USE_GNOME= gnometarget pkgconfig +USE_EFL= edje OPTIONS= IMAGIC "Use ImageMagick" on \ SCROT "Use Scrot" off @@ -34,10 +31,12 @@ OPTIONS= IMAGIC "Use ImageMagick" on \ .include <bsd.port.pre.mk> .if !defined(WITHOUT_IMAGIC) +BUILD_DEPENDS+= import:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS+= import:${PORTSDIR}/graphics/ImageMagick .endif .if defined(WITH_SCROT) +BUILD_DEPENDS+= scrot:${PORTSDIR}/graphics/scrot RUN_DEPENDS+= scrot:${PORTSDIR}/graphics/scrot .endif @@ -49,4 +48,5 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB+= NLS="@comment " .endif +.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" .include <bsd.port.post.mk> |