Prune devel/py-EnthoughtBase
[dports.git] / devel / libtpl / Makefile
1 # Created by: Frederic Culot <frederic@culot.org>
2 # $FreeBSD$
3
4 PORTNAME=       libtpl
5 PORTVERSION=    1.6
6 PORTREVISION=   1
7 CATEGORIES=     devel
8
9 MAINTAINER=     culot@FreeBSD.org
10 COMMENT=        Tpl is a library for serializing C data
11
12 LICENSE=        GPLv3 MIT
13 LICENSE_COMB=   multi
14
15 OPTIONS_DEFINE= DOCS
16
17 USES=           libtool tar:bzip2
18 USE_GITHUB=     yes
19 GH_ACCOUNT=     waitman
20 GH_TAGNAME=     8fa17e5
21
22 GNU_CONFIGURE=  yes
23 CONFIGURE_ARGS+=        --enable-shared
24 USE_LDCONFIG=   yes
25
26 PLIST_FILES=    lib/libtpl.a lib/libtpl.so \
27                 lib/libtpl.so.0 lib/libtpl.so.0.0.0 \
28                 include/tpl.h
29
30 PORTDOCS=       ChangeLog.txt examples.txt userguide.txt compiling.txt
31
32 post-install:
33         @${MKDIR} ${STAGEDIR}${DOCSDIR}
34 .for f in ${PORTDOCS}
35         ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
36 .endfor
37
38 .include <bsd.port.mk>