mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
2877a7e1d7
PR: 190797
20 lines
362 B
Makefile
20 lines
362 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
|
|
|
|
PLIST_FILES= bin/linkcheck man/man1/linkcheck.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
.include <bsd.port.mk>
|