ff597d823c
comms/libimobiledevice-glue: Update to 1.3.2 comms/libimobiledevice: Update to git commit cb34a17 comms/libusbmuxd: Update to 2.1.1 comms/usbmuxd: Update to git commit 523f700 devel/libplist: Update to 2.7.0 security/libtatsu: Update to 1.0.5
31 lines
712 B
Makefile
31 lines
712 B
Makefile
PORTNAME= libtatsu
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Library for communicating with Apple's Tatsu Signing Server
|
|
WWW= https://www.libimobiledevice.org
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libplist-2.0.so:devel/libplist \
|
|
libcurl.so:ftp/curl
|
|
|
|
USES= libtool pathfix pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PORTDOCS= NEWS README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|