2001-02-07 14:51:16 +00:00
|
|
|
# ex:ts=8
|
1997-11-03 10:02:38 +00:00
|
|
|
# New ports collection makefile for: cccc
|
|
|
|
# Date created: 12 September 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-11-03 10:02:38 +00:00
|
|
|
#
|
|
|
|
|
2004-11-04 01:20:49 +00:00
|
|
|
PORTNAME= cccc
|
|
|
|
PORTVERSION= 2.1.1
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2004-11-04 01:20:49 +00:00
|
|
|
CATEGORIES= devel textproc www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
1997-11-03 10:02:38 +00:00
|
|
|
MASTER_SITE_SUBDIR= devel/lang/c++
|
2004-11-04 01:20:49 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
1997-11-03 10:02:38 +00:00
|
|
|
|
2004-11-04 01:20:49 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= C and C++ Code Counter
|
1997-11-03 10:02:38 +00:00
|
|
|
|
2004-11-04 01:20:49 +00:00
|
|
|
BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
|
|
|
|
dlg:${PORTSDIR}/devel/pccts
|
1997-11-03 10:02:38 +00:00
|
|
|
|
2004-11-04 01:20:49 +00:00
|
|
|
WRKSRC= ${WRKDIR}/usr/local/src/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
MAKE_ENV= OSTYPE=FreeBSD
|
|
|
|
USE_GCC= 2.95
|
|
|
|
USE_REINPLACE= yes
|
1997-11-03 10:02:38 +00:00
|
|
|
|
2004-11-04 01:20:49 +00:00
|
|
|
PORTDOCS= readme.txt
|
2004-02-06 22:10:54 +00:00
|
|
|
|
2004-11-04 01:20:49 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,=g++,=${CXX},g' ${WRKSRC}/${MAKEFILE}
|
2004-02-06 22:10:54 +00:00
|
|
|
|
1997-11-03 10:02:38 +00:00
|
|
|
do-install:
|
2004-11-04 01:20:49 +00:00
|
|
|
@${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}
|
1997-11-03 10:02:38 +00:00
|
|
|
.endfor
|
2004-11-04 01:20:49 +00:00
|
|
|
.endif
|
1997-11-03 10:02:38 +00:00
|
|
|
|
2004-11-04 01:20:49 +00:00
|
|
|
.include <bsd.port.mk>
|