2013-03-09 17:35:10 +01:00
|
|
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
2013-01-09 01:08:40 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libregf
|
2013-06-06 19:33:57 +02:00
|
|
|
DISTVERSION= alpha-20130604
|
2013-01-09 01:08:40 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Library and tools to support the Windows NT Registry File format
|
|
|
|
|
|
|
|
LICENSE= LGPL3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-python
|
2013-06-03 20:41:57 +02:00
|
|
|
USES= fuse gettext iconv pathfix
|
|
|
|
USE_PYTHON= -2.7
|
2013-01-09 01:08:40 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
|
|
|
|
|
|
|
|
MAN1= regfinfo.1
|
|
|
|
MAN3= libregf.3
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS ChangeLog
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|