freebsd-ports/devel/libregf/Makefile

39 lines
745 B
Makefile
Raw Normal View History

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= libregf
2013-06-06 19:33:57 +02:00
DISTVERSION= alpha-20130604
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
USES= fuse gettext iconv pathfix
USE_PYTHON= -2.7
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>