freebsd-ports/misc/sloccount/Makefile
Greg Lewis b958d0a412 . Update to 2.22.
PR:		57345
Submitted by:	Rui Lopes <rui@ruilopes.com>
2003-10-10 22:41:36 +00:00

35 lines
704 B
Makefile

# ex:ts=8
# New ports collection makefile for: sloccount
# Date created: May 21, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sloccount
PORTVERSION= 2.22
CATEGORIES= misc
MASTER_SITES= http://www.dwheeler.com/sloccount/
MAINTAINER= freaky@aagh.net
COMMENT= Counts physical Source Lines of Code (SLOC)
USE_PERL5= yes
MAKEFILE= makefile
INSTALL_TARGET= install_programs install_man
MAN1= sloccount.1
post-install:
.for file in lexcount1 c_count java_count php_count
@${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ChangeLog README TODO sloccount.html
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>