aboutsummaryrefslogtreecommitdiff
path: root/textproc/chpp/Makefile
blob: c415bced7a587c298195c041a560c28dfa713c5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:	chpp
# Date created:				4 May 1999
# Whom:					Andrey Zakhvatov <andy@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	chpp
PORTVERSION=	0.3.5
CATEGORIES=	textproc
MASTER_SITES=	http://www.complang.tuwien.ac.at/~schani/chpp/files/ \
		http://freebsd.nsu.ru/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Non-intrusive full-featured text preprocessor

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--libdir=${PREFIX}/share

INFO=		chpp

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=		Does not compile
.endif

post-install:
.if !defined(NOPORTEXAMPLES)
	@${MKDIR} ${EXAMPLESDIR}
	${TAR} -C ${WRKSRC}/test -cf - . | \
		${TAR} -C ${EXAMPLESDIR} --unlink -xf -
	@${FIND} ${EXAMPLESDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
	@${FIND} ${EXAMPLESDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
.endif
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in AUTHORS NEWS README
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>