ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/comms/libimobiledevice/Makefile
Revision: 23522
Committed: Sat May 12 14:57:31 2018 UTC (5 years, 11 months ago) by laffer1
File size: 1142 byte(s)
Log Message:
update ssl config for comms ports

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= libimobiledevice
4 PORTVERSION= 1.1.6
5 PORTREVISION?= 1
6 CATEGORIES?= comms
7 MASTER_SITES= http://www.${PORTNAME}.org/downloads/
8
9 MAINTAINER?= ports@MidnightBSD.org
10 COMMENT?= Library to communicate with Apple iOS devices
11
12 LICENSE?= lgpl2.1
13
14 SLAVE_PORT?= no
15
16 USES+= libtool pathfix pkgconfig ssl tar:bzip2
17 GNU_CONFIGURE= yes
18 CONFIGURE_ARGS+=openssl_CFLAGS="-I${OPENSSLINC}" \
19 openssl_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
20 CFLAGS+= -I${LOCALBASE}/include
21 LDFLAGS+= -L${LOCALBASE}/lib
22 INSTALL_TARGET= install-strip
23
24 .if ${SLAVE_PORT} == no
25
26 LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \
27 libusbmuxd.so:${PORTSDIR}/comms/libusbmuxd
28
29 USE_GNOME= glib20
30 CONFIGURE_ARGS+=--without-cython
31 USE_CSTD= gnu89
32 USE_LDCONFIG= yes
33
34 PORTDOCS= AUTHORS NEWS README
35
36 OPTIONS_DEFINE= DOCS
37
38 post-patch:
39 @${REINPLACE_CMD} -e 's, *@ssl_requires@,,' \
40 ${WRKSRC}/${PORTNAME}*.pc.in
41 @${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,${PREFIX}/libdata/pkgconfig,g' \
42 ${WRKSRC}/Makefile.in
43
44 post-install:
45 @${MKDIR} ${DOCSDIR}
46 ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
47
48 .endif # ${SLAVE_PORT} == no
49
50 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H