43f689a840
- bump NEED_VERSION - for {siphon,flawfinder} s/packetstorm.securify.com/www.packetstormsecurity.org/ ok lebel@, pvalchev@
26 lines
507 B
Makefile
26 lines
507 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/07/21 20:46:58 jsyn Exp $
|
|
|
|
COMMENT= "DNS zone verification tool"
|
|
|
|
DISTNAME= dlint1.4.0
|
|
PKGNAME= dlint-1.4.0
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.425
|
|
|
|
HOMEPAGE= http://www.domtools.com/dns/dlint.shtml
|
|
|
|
MAINTAINER= Jason Peel <jsyn@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.domtools.com/pub/
|
|
|
|
NO_BUILD= Yes
|
|
|
|
FAKE_FLAGS= DESTROOT=${WRKINST}
|
|
|
|
.include <bsd.port.mk>
|