mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
9e7dc527bb
Library with common code used by the libraries and tools around the libimobiledevice project. PR: 280014 Reported by: <fabio.comolli@gmail.com>
30 lines
687 B
Makefile
30 lines
687 B
Makefile
PORTNAME= libimobiledevice-glue
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= comms
|
|
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Common code used by the libimobiledevice project
|
|
WWW= https://www.libimobiledevice.org
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libplist-2.0.so:devel/libplist
|
|
|
|
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>
|