freebsd-ports/devel/rclint/Makefile
Chris Rees 74233764ed Update to 0.1.0
Report the line number of the first out-of-order line found
2014-03-26 17:46:06 +00:00

31 lines
722 B
Makefile

# $FreeBSD$
PORTNAME= rclint
PORTVERSION= 0.1.0
CATEGORIES= devel textproc python
MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \
LOCAL/crees/
MAINTAINER= crees@FreeBSD.org
COMMENT= Checks rc scripts for style and common errors
LICENSE= BSD2CLAUSE
NO_BUILD= yes
USE_PYTHON_RUN= yes
SUB_FILES= ${PORTNAME}
SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
PLIST_FILES= bin/${PORTNAME}
PORTDATA= ${PORTNAME}.py errors.en
post-patch:
${REINPLACE_CMD} -e "s,\(DATADIR = \)'\.',\1'${DATADIR}'," \
${WRKSRC}/${PORTNAME}.py
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${PORTDATA:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>