2011-02-28 06:09:56 +01:00
|
|
|
PORTNAME= usbmuxd
|
2021-01-21 15:37:31 +01:00
|
|
|
DISTVERSION= 1.1.1
|
2021-02-07 15:18:13 +01:00
|
|
|
PORTREVISION= 2
|
2011-02-28 06:09:56 +01:00
|
|
|
CATEGORIES= comms
|
2021-01-21 15:37:31 +01:00
|
|
|
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2021-01-21 15:37:31 +01:00
|
|
|
MAINTAINER= jhale@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
|
2021-01-21 15:37:31 +01:00
|
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPLv2
|
|
|
|
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPLv3
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2021-01-21 15:37:31 +01:00
|
|
|
LIB_DEPENDS= libplist-2.0.so:devel/libplist \
|
|
|
|
libimobiledevice-1.0.so:comms/libimobiledevice
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2021-01-21 15:37:31 +01:00
|
|
|
USES= autoreconf cpe libtool localbase pathfix pkgconfig tar:bzip2
|
2015-05-12 01:53:36 +02:00
|
|
|
CPE_VENDOR= nikias_bassen
|
2021-02-06 19:04:55 +01:00
|
|
|
|
2014-09-29 00:58:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2017-01-05 23:58:02 +01:00
|
|
|
CONFIGURE_ARGS= --without-systemd
|
2013-01-05 04:00:14 +01:00
|
|
|
|
2021-02-06 19:04:55 +01:00
|
|
|
SUB_LIST= USERS=${USERS} \
|
|
|
|
GROUPS=${GROUPS}
|
|
|
|
|
|
|
|
USERS= ${PORTNAME}
|
|
|
|
GROUPS= ${PORTNAME}
|
2012-04-19 01:23:10 +02:00
|
|
|
|
2021-02-06 19:04:55 +01:00
|
|
|
PLIST_FILES= man/man8/${PORTNAME}.8.gz \
|
2021-02-07 15:18:13 +01:00
|
|
|
sbin/${PORTNAME}
|
2021-01-21 15:37:31 +01:00
|
|
|
PORTDOCS= AUTHORS NEWS README.md
|
2012-04-19 01:23:10 +02:00
|
|
|
|
2021-02-06 19:04:55 +01:00
|
|
|
OPTIONS_DEFINE= DEVD DOCS
|
|
|
|
OPTIONS_DEFAULT= DEVD
|
2011-02-28 06:09:56 +01:00
|
|
|
|
2021-02-06 19:04:55 +01:00
|
|
|
DEVD_SUB_FILES= ${PORTNAME}.conf
|
|
|
|
DEVD_PLIST_FILES= etc/devd/${PORTNAME}.conf
|
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
|
|
|
|
2021-02-06 19:04:55 +01:00
|
|
|
post-install-DEVD-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd
|
|
|
|
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/devd
|
|
|
|
|
2012-04-19 01:23:10 +02:00
|
|
|
.include <bsd.port.mk>
|