freebsd-ports/devel/cccc/Makefile
Rong-En Fan 102f1f624b - Update to 3.1.4
PR:		ports/102864
Submitted by:	Marcus von Appen <mva at sysfault.org>
2006-09-07 09:31:43 +00:00

42 lines
811 B
Makefile

# ex:ts=8
# New ports collection makefile for: cccc
# Date created: 12 September 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= cccc
PORTVERSION= 3.1.4
CATEGORIES= devel textproc www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cccc
MAINTAINER= ports@FreeBSD.org
COMMENT= C and C++ Code Counter
BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
dlg:${PORTSDIR}/devel/pccts
USE_GMAKE= yes
MAKEFILE= makefile
PORTDOCS= readme.txt changes.txt
PLIST_FILES= bin/cccc
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cccc/cccc ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>