2011-02-28 06:09:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= usbmuxd
|
2015-06-11 17:07:48 +02:00
|
|
|
DISTVERSION= 1.1.0
|
2011-02-28 06:09:56 +01:00
|
|
|
CATEGORIES= comms
|
2015-06-11 17:07:48 +02:00
|
|
|
MASTER_SITES= http://www.libimobiledevice.org/downloads/
|
2011-02-28 06:09:56 +01:00
|
|
|
|
|
|
|
MAINTAINER= avilla@FreeBSD.org
|
2013-05-07 02:29:48 +02:00
|
|
|
COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2014-09-29 00:58:51 +02:00
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2014-09-29 00:58:51 +02:00
|
|
|
LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \
|
|
|
|
libimobiledevice.so:${PORTSDIR}/comms/libimobiledevice
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2015-05-12 01:53:36 +02:00
|
|
|
USES= autoreconf cpe libtool pathfix pkgconfig tar:bzip2
|
|
|
|
CPE_VENDOR= nikias_bassen
|
2014-09-29 00:58:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --without-systemd \
|
|
|
|
libusb_CFLAGS="-I/usr/include" \
|
|
|
|
libusb_LIBS="-lusb"
|
2013-01-05 04:00:14 +01:00
|
|
|
|
2015-06-11 17:07:48 +02:00
|
|
|
PLIST_FILES= man/man1/${PORTNAME}.1.gz \
|
|
|
|
sbin/${PORTNAME}
|
2012-04-19 01:23:10 +02:00
|
|
|
|
2015-06-11 17:07:48 +02:00
|
|
|
PORTDOCS= AUTHORS NEWS README
|
2012-04-19 01:23:10 +02:00
|
|
|
|
2014-09-29 00:58:51 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2014-10-01 13:28:44 +02:00
|
|
|
post-patch:
|
2014-09-29 00:58:51 +02:00
|
|
|
# TODO: add devd(8) rule.
|
2014-10-01 13:28:44 +02:00
|
|
|
@${REINPLACE_CMD} \
|
2015-12-05 18:15:28 +01:00
|
|
|
-e '/*cygwin*/ s,),|dragonfly*|*bsd*),' \
|
2014-09-29 00:58:51 +02:00
|
|
|
${WRKSRC}/configure.ac
|
2012-02-04 18:39:12 +01:00
|
|
|
|
2011-02-28 06:09:56 +01:00
|
|
|
post-install:
|
2014-02-28 17:18:45 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2012-04-19 01:23:10 +02:00
|
|
|
.include <bsd.port.mk>
|