2014-05-30 16:22:36 +02:00
|
|
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libvhdi
|
2016-04-30 23:39:53 +02:00
|
|
|
PORTVERSION= 20160424
|
2014-08-05 19:09:40 +02:00
|
|
|
DISTVERSIONPREFIX= alpha-
|
2014-05-30 16:22:36 +02:00
|
|
|
CATEGORIES= devel
|
2015-01-08 20:00:50 +01:00
|
|
|
MASTER_SITES= https://github.com/libyal/libvhdi/releases/download/${PORTVERSION}/ \
|
2014-05-30 16:22:36 +02:00
|
|
|
LOCAL/antoine
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Library and tools to access the Virtual Hard Disk image format
|
|
|
|
|
2016-04-30 23:39:53 +02:00
|
|
|
LICENSE= LGPL3+
|
2014-05-30 16:22:36 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2015-09-07 19:05:29 +02:00
|
|
|
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE}
|
|
|
|
USES= fuse gettext libtool pathfix pkgconfig python
|
2014-05-30 16:22:36 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2014-08-05 19:09:40 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2014-05-30 16:22:36 +02:00
|
|
|
|
|
|
|
PORTDOCS= AUTHORS ChangeLog
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2015-12-06 17:02:15 +01:00
|
|
|
post-install-DOCS-on:
|
2014-05-30 16:22:36 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|