2004-07-10 01:40:45 +02:00
|
|
|
# New ports collection makefile for: idnits
|
|
|
|
# Date Created: 9 July 2004
|
|
|
|
# Whom: fenner@FreeBSD.Org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= idnits
|
2009-07-20 17:32:02 +02:00
|
|
|
PORTVERSION= 2.11.12
|
2004-07-10 01:40:45 +02:00
|
|
|
CATEGORIES= textproc
|
2005-11-14 23:38:01 +01:00
|
|
|
MASTER_SITES= http://tools.ietf.org/tools/idnits/
|
|
|
|
EXTRACT_SUFX= .tgz
|
2004-07-10 01:40:45 +02:00
|
|
|
|
2008-04-29 07:36:38 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-10 01:40:45 +02:00
|
|
|
COMMENT= Looks for problems in internet draft formatting
|
|
|
|
|
2006-01-05 03:34:42 +01:00
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
|
2004-07-10 01:40:45 +02:00
|
|
|
NO_BUILD= YES
|
|
|
|
|
2009-01-14 17:00:30 +01:00
|
|
|
PLIST_FILES= bin/idnits
|
|
|
|
|
2008-05-30 15:43:51 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \
|
|
|
|
${WRKSRC}/${PORTNAME}
|
|
|
|
|
2004-07-10 01:40:45 +02:00
|
|
|
do-install:
|
2005-11-14 23:38:01 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
2004-07-10 01:40:45 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|