freebsd-ports/devel/libtpl/Makefile

39 lines
751 B
Makefile
Raw Normal View History

# Created by: Frederic Culot <frederic@culot.org>
# $FreeBSD$
PORTNAME= libtpl
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= culot@FreeBSD.org
COMMENT= Tpl is a library for serializing C data
2014-12-22 18:12:26 +01:00
LICENSE= GPLv3 MIT
LICENSE_COMB= multi
OPTIONS_DEFINE= DOCS
USES= libtool tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= waitman
GH_TAGNAME= 8fa17e5
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
USE_LDCONFIG= yes
PLIST_FILES= lib/libtpl.a lib/libtpl.so \
lib/libtpl.so.0 lib/libtpl.so.0.0.0 \
include/tpl.h
PORTDOCS= ChangeLog.txt examples.txt userguide.txt compiling.txt
post-install:
2014-01-21 09:25:16 +01:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
2014-01-21 09:25:16 +01:00
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>