freebsd-ports/www/linkcheck/Makefile
Pav Lucistnik 1f7e7e6210 Add linkcheck, a tool to check a website for bad links, written in C.
PR:		ports/62910
Submitted by:	Ismail Yenigul <ismail@enderunix.org>
2004-02-25 22:09:11 +00:00

21 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>