2001-02-07 15:51:16 +01:00
|
|
|
# ex:ts=8
|
1997-11-03 11:02:38 +01:00
|
|
|
# New ports collection makefile for: cccc
|
|
|
|
# Date created: 12 September 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-11-03 11:02:38 +01:00
|
|
|
#
|
|
|
|
|
2004-11-04 02:20:49 +01:00
|
|
|
PORTNAME= cccc
|
2006-09-07 11:31:43 +02:00
|
|
|
PORTVERSION= 3.1.4
|
2004-11-04 02:20:49 +01:00
|
|
|
CATEGORIES= devel textproc www
|
2006-09-07 11:31:43 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= cccc
|
1997-11-03 11:02:38 +01:00
|
|
|
|
2004-11-04 02:20:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= C and C++ Code Counter
|
1997-11-03 11:02:38 +01:00
|
|
|
|
2004-11-04 02:20:49 +01:00
|
|
|
BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
|
|
|
|
dlg:${PORTSDIR}/devel/pccts
|
1997-11-03 11:02:38 +01:00
|
|
|
|
2004-11-04 02:20:49 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= makefile
|
1997-11-03 11:02:38 +01:00
|
|
|
|
2006-09-07 11:31:43 +02:00
|
|
|
PORTDOCS= readme.txt changes.txt
|
|
|
|
PLIST_FILES= bin/cccc
|
2004-02-06 23:10:54 +01:00
|
|
|
|
1997-11-03 11:02:38 +01:00
|
|
|
do-install:
|
2006-09-07 11:31:43 +02:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/cccc/cccc ${PREFIX}/bin
|
2004-11-04 02:20:49 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
1997-11-03 11:02:38 +01:00
|
|
|
.endfor
|
2004-11-04 02:20:49 +01:00
|
|
|
.endif
|
1997-11-03 11:02:38 +01:00
|
|
|
|
2006-09-07 11:31:43 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= does not compile
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|