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