1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/comms/usbmuxd/Makefile
Alberto Villa 1fd64ca33a - Update libplist to 1.12.
- Update libusbmuxd to 1.0.10.
- Update libimobiledevice to 1.2.0.
- Update usbmuxd to 1.1.0.

This marks an important milestone with proper iOS 8 support that is
packed with new features, tools, speed improvements, code refactoring,
crash fixes, memory leak fixes and much more.
2015-06-11 15:07:48 +00:00

42 lines
953 B
Makefile

# $FreeBSD$
PORTNAME= usbmuxd
DISTVERSION= 1.1.0
CATEGORIES= comms
MASTER_SITES= http://www.libimobiledevice.org/downloads/
MAINTAINER= avilla@FreeBSD.org
COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \
libimobiledevice.so:${PORTSDIR}/comms/libimobiledevice
USES= autoreconf cpe libtool pathfix pkgconfig tar:bzip2
CPE_VENDOR= nikias_bassen
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-systemd \
libusb_CFLAGS="-I/usr/include" \
libusb_LIBS="-lusb"
PLIST_FILES= man/man1/${PORTNAME}.1.gz \
sbin/${PORTNAME}
PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS
post-patch:
# TODO: add devd(8) rule.
@${REINPLACE_CMD} \
-e '/*cygwin*/ s,),|*bsd*),' \
${WRKSRC}/configure.ac
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>