aboutsummaryrefslogtreecommitdiff
path: root/www/linkcheck/Makefile
blob: 094ece467bab019960551854787eb78c4f64e199 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>