opnsense-ports/www/linkcheck/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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