27 lines
498 B
Makefile
27 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.7 2008/01/04 17:48:36 espie Exp $
|
|
|
|
COMMENT= DNS zone verification tool
|
|
|
|
DISTNAME= dlint1.4.0
|
|
PKGNAME= dlint-1.4.0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.domtools.com/dns/dlint.shtml
|
|
|
|
MAINTAINER= Jason Peel <jsyn@openbsd.org>
|
|
|
|
# GPL
|
|
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
|
|
NO_REGRESS= Yes
|
|
|
|
DESTDIRNAME= DESTROOT
|
|
|
|
.include <bsd.port.mk>
|