diff options
Diffstat (limited to 'devel/eet/Makefile')
-rw-r--r-- | devel/eet/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/devel/eet/Makefile b/devel/eet/Makefile index ba2e4c5..47b7c37 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -2,34 +2,36 @@ # $FreeBSD$ PORTNAME= eet -DISTVERSION= 1.5.0 +PORTVERSION= 1.7.4 PORTEPOCH= 2 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-12-02/base/ + LOCAL/gblach/e17/ MAINTAINER= gblach@FreeBSD.org COMMENT= Enlightenment Data Handling Library LICENSE= BSD -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina librt_hack libtool_hack USE_GNOME= gnomehack pkgconfig -USE_LDCONFIG= yes USE_OPENSSL= yes +USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl" -CONFIGURE_ARGS= --disable-gnutls --enable-amalgamation +CONFIGURE_ARGS= --disable-gnutls + +.include <bsd.port.options.mk> -.if !defined(NOPORTEXAMPLES) -CONFIGURE_ARGS+= --enable-install-examples +.if ${PORT_OPTIONS:MEXAMPLES} +CONFIGURE_ARGS+=--enable-install-examples .else -CONFIGURE_ARGS+= --disable-install-examples +CONFIGURE_ARGS+=--disable-install-examples .endif post-patch: @@ -38,7 +40,7 @@ post-patch: post-install: @${REINPLACE_CMD} -i '' -e 's/ openssl//' ${PREFIX}/libdata/pkgconfig/eet.pc -.if defined(NOPORTEXAMPLES) +.if empty(PORT_OPTIONS:MEXAMPLES) @${RMDIR} ${EXAMPLESDIR} .endif |