1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Convert to new LIB_DEPENDS syntax

- Support staging

Approved by:	crees, tabthorpe (mentors, implicit)
This commit is contained in:
Grzegorz Blach 2013-09-29 21:38:55 +00:00
parent 5d3f733838
commit 7673bb66a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328735

View File

@ -13,7 +13,7 @@ COMMENT= Enlightenment Data Handling Library
LICENSE= BSD
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
DIST_SUBDIR= e17
USE_BZIP2= yes
@ -26,7 +26,6 @@ USE_LDCONFIG= yes
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl"
CONFIGURE_ARGS= --disable-gnutls
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXAMPLES}
@ -40,6 +39,7 @@ post-patch:
${WRKSRC}/src/examples/Makefile.in
post-install:
@${REINPLACE_CMD} -i '' -e 's/ openssl//' ${PREFIX}/libdata/pkgconfig/eet.pc
@${REINPLACE_CMD} -i '' -e 's/ openssl//' \
${STAGEDIR}${PREFIX}/libdata/pkgconfig/eet.pc
.include <bsd.port.mk>