1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/idnits/Makefile
Bill Fenner 1f5b041c97 Update to 2.03.9. Major new features include updated
boilerplate requirements and reference status checking
 (to check if the referenced documents will block the
 advancement of this one)
2007-03-01 00:39:02 +00:00

24 lines
484 B
Makefile

# New ports collection makefile for: idnits
# Date Created: 9 July 2004
# Whom: fenner@FreeBSD.Org
#
# $FreeBSD$
PORTNAME= idnits
PORTVERSION= 2.03.9
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>