1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/misc/sloccount/Makefile
Marcelo Araujo c935281ea8 - Update to 2.26.
PR:		ports/138314
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (more than 2 weeks)
2009-09-13 13:06:43 +00:00

39 lines
746 B
Makefile

# ex:ts=8
# New ports collection makefile for: sloccount
# Date created: May 21, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sloccount
PORTVERSION= 2.26
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
PORTDOCS= ChangeLog README TODO sloccount.html
MAN1= sloccount.1
MANCOMPRESSED= yes
post-install:
.for file in lexcount1 c_count java_count php_count
@${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docs in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>