2010-08-02 14:43:49 +02:00
|
|
|
# New ports collection makefile for: libtpl
|
|
|
|
# Date created: 30 July 2010
|
|
|
|
# Whom: Frederic Culot <frederic@culot.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libtpl
|
|
|
|
PORTVERSION= 1.5
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= SF/tpl/tpl/${PORTNAME}-${PORTVERSION}/
|
|
|
|
|
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
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/txt/userguide.txt ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|