2005-09-19 12:45:15 +02:00
|
|
|
# New ports collection makefile for: linklint
|
|
|
|
# Date created: 16 Sep 2005
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= linklint
|
2006-12-19 23:28:43 +01:00
|
|
|
DISTVERSION= 2.3.6.d
|
2005-09-19 12:45:15 +02:00
|
|
|
CATEGORIES= www
|
2006-06-01 14:13:54 +02:00
|
|
|
MASTER_SITES= http://www.linklint.org/download/ \
|
2008-03-27 20:27:34 +01:00
|
|
|
CRITICAL
|
2005-09-19 12:45:15 +02:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-09-19 12:45:15 +02:00
|
|
|
COMMENT= Perl script that checks links on web sites
|
|
|
|
|
|
|
|
USE_PERL5_RUN= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/linklint
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '1s|.*|#!${PERL}|' \
|
|
|
|
${WRKSRC}/${DISTNAME}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|