Files
ports/comms/libusbmuxd/Makefile
T
Jason E. Hale 70540a8b17 comms/libimobiledevice: Update to 1.3.0
comms/libusbmuxd: Update to 2.0.2
comms/usbmuxd: Update to 1.1.1
devel/libplist: Update to 2.2.0

Resurrect comms/py-libimobiledevice, update to 1.3.0
Resurrect devel/py-libplist, update to 2.2.0

Take maintainership of the ports listed above.

Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library
names.
2021-01-21 14:37:31 +00:00

40 lines
998 B
Makefile

# $FreeBSD$
PORTNAME= libusbmuxd
PORTVERSION= 2.0.2
CATEGORIES= comms
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= jhale@FreeBSD.org
COMMENT= Communication interface library for usbmuxd
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libplist-2.0.so:devel/libplist
CONFLICTS_INSTALL=usbmuxd-1.0.[6-8]
USES= libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= AUTHORS README.md
OPTIONS_DEFINE= DOCS INOTIFY
INOTIFY_DESC= Use inotify instead of polling (saves energy)
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
# *_CONFIGURE_WITH can't be used as --with-inotify doesn't work.
INOTIFY_CONFIGURE_OFF= --without-inotify
INOTIFY_CFLAGS= -I${LOCALBASE}/include
INOTIFY_LDFLAGS= -L${LOCALBASE}/lib -linotify
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>