freebsd-ports/devel/loccount/Makefile
2022-10-06 14:24:26 -05:00

34 lines
840 B
Makefile

PORTNAME= loccount
DISTVERSION= 2.12
PORTREVISION= 6
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Count source lines of code in a project
WWW= http://www.catb.org/esr/loccount/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= a2x:textproc/asciidoc
USES= gmake go python:3.5+,build
USE_GITLAB= yes
GL_ACCOUNT= esr
GL_COMMIT= dc8279ab2e49ba60db121a47c15dc4ef8b543352
GO_PKGNAME= gitlab.com/${GL_ACCOUNT}/${PORTNAME}
BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} loccount loccount.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${GL_COMMIT} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>