1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/textproc/chpp/Makefile
Chris D. Faulhaber 8000cb5f96 This is a port of chpp, non-intrusive full-featured text preprocessor.
PR:		13541
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-12-29 12:33:57 +00:00

30 lines
696 B
Makefile

# New ports collection makefile for: chpp
# Version required: 0.3.5
# Date created: 4 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= chpp-0.3.5
CATEGORIES= textproc
MASTER_SITES= http://www.FreeBSD.org/~andy/distfiles/
MAINTAINER= andy@icc.surw.chel.su
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>