1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/linkcheck/Makefile
Martin Wilke 2877a7e1d7 - Stage support
PR:		190797
2014-06-27 14:22:27 +00:00

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>