60334b0e49
from robert nagy;
34 lines
656 B
Makefile
34 lines
656 B
Makefile
# $OpenBSD: Makefile,v 1.11 2004/04/05 12:23:48 xsa Exp $
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
|
|
COMMENT= "checks HTML documents for broken links"
|
|
|
|
DISTNAME= linkchecker-1.12.2
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://linkchecker.sourceforge.net/
|
|
|
|
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linkchecker/}
|
|
|
|
MODULES= python
|
|
|
|
MODPY_DISTUTILS_INSTALLARGS= --no-compile
|
|
|
|
BUILD_DEPENDS+= :py-dns-*:net/py-dns
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
@chmod 644 ${PREFIX}/man/man1/linkchecker.1
|
|
|
|
.include <bsd.port.mk>
|