aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/chpp/Makefile
blob: b9b10896b3fc5e756fc45871e320a3d031874ff8 (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
# 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/

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:
    @${MKDIR} ${EXAMPLESDIR}
    ${TAR} -C ${WRKSRC}/test -cf - . | \
        ${TAR} -C ${EXAMPLESDIR} --unlink -xf -
.if !defined(NOPORTEXAMPLES)
    @${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>