85e4bc57bf
biggest is to add a reference matching algorithm which detects undefined references and references that are defined but not used.
24 lines
483 B
Makefile
24 lines
483 B
Makefile
# New ports collection makefile for: idnits
|
|
# Date Created: 9 July 2004
|
|
# Whom: fenner@FreeBSD.Org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= idnits
|
|
PORTVERSION= 1.107
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://tools.ietf.org/tools/idnits/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= fenner@FreeBSD.Org
|
|
COMMENT= Looks for problems in internet draft formatting
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|