mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
22 lines
384 B
Makefile
22 lines
384 B
Makefile
# Created by: ismail@enderunix.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= linkcheck
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.inter7.com/linkcheck/
|
|
|
|
MAINTAINER= ismail@EnderUNIX.org
|
|
COMMENT= Checks a web site for bad links
|
|
|
|
BROKEN= unfetchable
|
|
|
|
PLIST_FILES= bin/linkcheck man/man1/linkcheck.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
.include <bsd.port.mk>
|