22 lines
408 B
Makefile
22 lines
408 B
Makefile
|
# New ports collection makefile for: linkcheck
|
||
|
# Date created: 17 Feb 2004
|
||
|
# Whom: ismail@enderunix.org
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= linkcheck
|
||
|
PORTVERSION= 1.4
|
||
|
CATEGORIES= www
|
||
|
MASTER_SITES= http://www.inter7.com/linkcheck/
|
||
|
|
||
|
MAINTAINER= ismail@EnderUNIX.org
|
||
|
COMMENT= Checks a web site for bad links
|
||
|
|
||
|
MAN1= linkcheck.1
|
||
|
PLIST_FILES= bin/linkcheck
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|