aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cccc/Makefile
blob: 755e469ce0a8943391698ecb3047c2e35a5a20b5 (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
44
45
46
47
# ex:ts=8
# New ports collection makefile for:    cccc
# Date created:             12 September 1997
# Whom:                 Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=   cccc
PORTVERSION=    2.1.1
PORTREVISION=   1
CATEGORIES= devel textproc www
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/c++
DISTNAME=   ${PORTNAME}-${PORTVERSION}.src

MAINTAINER= ports@FreeBSD.org
COMMENT=    C and C++ Code Counter

BUILD_DEPENDS=  antlr:${PORTSDIR}/devel/pccts \
        dlg:${PORTSDIR}/devel/pccts

WRKSRC=     ${WRKDIR}/usr/local/src/${PORTNAME}-${PORTVERSION}
USE_GMAKE=  yes
MAKEFILE=   makefile
MAKE_ENV=   OSTYPE=FreeBSD
USE_GCC=    2.95

PORTDOCS=   readme.txt

post-patch:
    ${REINPLACE_CMD} -e 's,=g++,=${CXX},g' ${WRKSRC}/${MAKEFILE}

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/cccc ${PREFIX}/bin
    @${MKDIR} ${DATADIR}
.for f in cccc_inf.dat cccc_met.dat cccc_tmt.dat cccc_ug.htm
    @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>