2013-10-02 20:26:57 +02:00
|
|
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libolecf
|
2016-01-23 14:37:12 +01:00
|
|
|
DISTVERSION= alpha-20160107
|
2013-10-02 20:26:57 +02:00
|
|
|
CATEGORIES= devel
|
2015-01-08 19:46:31 +01:00
|
|
|
MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \
|
2013-10-02 20:26:57 +02:00
|
|
|
LOCAL/antoine
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Library and tools to access the OLE 2 Compound File (OLECF) format
|
|
|
|
|
|
|
|
LICENSE= LGPL3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2015-04-17 22:36:00 +02:00
|
|
|
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE}
|
|
|
|
USES= fuse gettext libtool pathfix pkgconfig python
|
2013-10-02 20:26:57 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-03-18 19:52:29 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-10-02 20:26:57 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS ChangeLog
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2015-12-06 16:57:35 +01:00
|
|
|
post-install-DOCS-on:
|
2013-10-02 20:26:57 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|