freebsd-ports/devel/libmsiecf/Makefile
Antoine Brodin ad3f3827f7 Update libmsiecf to alpha-20130529
Approved by:	miwi, eadler (mentors, implicit)
2013-05-31 09:41:35 +00:00

38 lines
748 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= libmsiecf
DISTVERSION= alpha-20130529
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= antoine@FreeBSD.org
COMMENT= Library and tools to access the MSIE index.dat files
LICENSE= LGPL3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python
USES= gettext iconv pathfix
USE_PYTHON= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
MAN1= msiecfexport.1 msiecfinfo.1
MAN3= libmsiecf.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>