2012-11-04 13:05:04 +00:00
|
|
|
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
2004-08-08 15:46:52 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= eet
|
2013-11-07 16:00:45 +00:00
|
|
|
PORTVERSION= 1.7.9
|
2008-03-11 21:13:53 +00:00
|
|
|
PORTEPOCH= 2
|
2010-12-14 07:30:56 +00:00
|
|
|
CATEGORIES= devel enlightenment
|
2013-10-25 19:58:18 +00:00
|
|
|
MASTER_SITES= http://download.enlightenment.org/releases/ \
|
2012-12-22 20:54:59 +00:00
|
|
|
LOCAL/gblach/e17/
|
2004-08-08 15:46:52 +00:00
|
|
|
|
2012-11-04 13:05:04 +00:00
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
2004-08-08 15:46:52 +00:00
|
|
|
COMMENT= Enlightenment Data Handling Library
|
|
|
|
|
2012-06-26 17:36:30 +00:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2013-09-29 21:38:55 +00:00
|
|
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
2004-08-08 15:46:52 +00:00
|
|
|
|
2010-12-14 07:30:56 +00:00
|
|
|
DIST_SUBDIR= e17
|
2006-10-08 13:48:37 +00:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-04-23 10:13:19 +00:00
|
|
|
USES= pathfix pkgconfig
|
2010-12-14 07:30:56 +00:00
|
|
|
USE_EFL= eina librt_hack libtool_hack
|
|
|
|
USE_OPENSSL= yes
|
2012-12-22 20:54:59 +00:00
|
|
|
USE_LDCONFIG= yes
|
2010-12-14 07:30:56 +00:00
|
|
|
|
2011-06-25 03:36:20 +00:00
|
|
|
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl"
|
2012-12-22 20:54:59 +00:00
|
|
|
CONFIGURE_ARGS= --disable-gnutls
|
|
|
|
|
2014-02-21 13:36:12 +00:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
2014-02-10 13:54:26 +00:00
|
|
|
|
2012-12-22 20:54:59 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2011-06-25 03:36:20 +00:00
|
|
|
|
2012-12-22 20:54:59 +00:00
|
|
|
.if ${PORT_OPTIONS:MEXAMPLES}
|
|
|
|
CONFIGURE_ARGS+=--enable-install-examples
|
2012-06-26 17:36:30 +00:00
|
|
|
.else
|
2012-12-22 20:54:59 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-install-examples
|
2012-06-26 17:36:30 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \
|
|
|
|
${WRKSRC}/src/examples/Makefile.in
|
|
|
|
|
2011-06-25 03:36:20 +00:00
|
|
|
post-install:
|
2013-09-29 21:38:55 +00:00
|
|
|
@${REINPLACE_CMD} -i '' -e 's/ openssl//' \
|
|
|
|
${STAGEDIR}${PREFIX}/libdata/pkgconfig/eet.pc
|
2004-08-08 15:46:52 +00:00
|
|
|
|
2009-01-05 19:44:02 +00:00
|
|
|
.include <bsd.port.mk>
|