mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
48c8ef73c4
- Use USES=tar:tgz
29 lines
568 B
Makefile
29 lines
568 B
Makefile
# Created by: fenner@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= idnits
|
|
PORTVERSION= 2.13.00
|
|
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>
|