freebsd-ports/devel/libtpl/Makefile
Frederic Culot 02a06c807c Update my MAINTAINER address to culot@FreeBSD.org.
Approved by:	sahil@ (mentor)
2010-10-20 05:53:20 +00:00

28 lines
546 B
Makefile

# 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}/
MAINTAINER= culot@FreeBSD.org
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>