freebsd-ports/textproc/idnits/Makefile
Sunpoet Po-Chuan Hsieh cccb1d4339 - Update to 2.13.02
- Do not silence installation message

Changes:	http://tools.ietf.org/tools/idnits/changelog
2015-03-24 17:59:27 +00:00

28 lines
567 B
Makefile

# Created by: fenner@FreeBSD.org
# $FreeBSD$
PORTNAME= idnits
PORTVERSION= 2.13.02
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/idnits/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Looks for problems in internet draft formatting
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
USES= shebangfix tar:tgz
PLIST_FILES= bin/${PORTNAME}
SHEBANG_FILES= ${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>