aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libtpl/Makefile
blob: b42e80c46a988cb5607f61c599fb013c7646913f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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

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:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>
e place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1 * Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-8/+3 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 * - update png to 1.5.10dinoex2012-06-011-0/+1 * - Upgrade to 11.8.16miwi2012-02-073-26/+4 * - Chase libmpd shlib bumpmiwi2012-02-061-2/+2 * Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ...kwm2011-08-242-1/+22 * Remove empty filesdougb2011-02-261-0/+0 * - Update to 0.20.0miwi2011-01-264-16/+17 * Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-0/+1 * - Update to 0.19.0miwi2009-09-263-8/+8 * - Add backup mirrorsmiwi2009-08-141-1/+2 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-31