2004-05-27 17:39:01 -04:00
|
|
|
# New ports collection makefile for: py-tconfpy
|
|
|
|
# Date Created: 24 April 2004
|
|
|
|
# Whom: tundra
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= py-tconfpy
|
2005-01-24 08:51:51 -05:00
|
|
|
PORTVERSION= 2.112
|
2004-05-27 17:39:01 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.tundraware.com/Software/tconfpy/
|
|
|
|
|
|
|
|
MAINTAINER= tconfpy@tundraware.com
|
|
|
|
COMMENT= A Python Configuration File Parser
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
MAN1= test-tc.1
|
|
|
|
MAN3= tconfpy.3
|
|
|
|
PORTDOCS= READ-1ST.txt WHATSNEW.txt tconfpy-license.txt tconfpy.html tconfpy.pdf tconfpy.ps tconfpy.txt test-tc.html test-tc.pdf test-tc.ps test-tc.txt
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|