freebsd-ports/devel/libtpl/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

38 lines
735 B
Makefile

# Created by: Frederic Culot <frederic@culot.org>
# $FreeBSD$
PORTNAME= libtpl
PORTVERSION= 1.6
CATEGORIES= devel
MASTER_SITES= GH
MAINTAINER= culot@FreeBSD.org
COMMENT= Tpl is a library for serializing C data
OPTIONS_DEFINE= DOCS
LICENSE= BSD
USES= tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= waitman
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 8fa17e5
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
USE_LDCONFIG= yes
PLIST_FILES= lib/libtpl.la lib/libtpl.a \
lib/libtpl.so lib/libtpl.so.0 \
include/tpl.h
PORTDOCS= ChangeLog.txt examples.txt userguide.txt compiling.txt
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>