18 lines
328 B
Makefile
18 lines
328 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|