1999-12-29 12:33:57 +00:00
|
|
|
# New ports collection makefile for: chpp
|
|
|
|
# Date created: 4 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= chpp
|
|
|
|
PORTVERSION= 0.3.5
|
1999-12-29 12:33:57 +00:00
|
|
|
CATEGORIES= textproc
|
2000-02-08 09:29:51 +00:00
|
|
|
MASTER_SITES= http://people.FreeBSD.org/~andy/distfiles/
|
1999-12-29 12:33:57 +00:00
|
|
|
|
2000-03-29 07:16:59 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-12-29 12:33:57 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/examples/chpp
|
|
|
|
@ cd ${WRKSRC}/test; tar -cf - * | \
|
|
|
|
( cd ${PREFIX}/share/examples/chpp; tar --unlink -xf - )
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/chpp
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
.for file in AUTHORS COPYING NEWS README
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/chpp
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|