openbsd-ports/net/dlint/Makefile

28 lines
476 B
Makefile
Raw Normal View History

2011-09-21 13:20:56 -04:00
# $OpenBSD: Makefile,v 1.11 2011/09/21 17:20:56 jasper Exp $
COMMENT= DNS zone verification tool
V= 1.4.1
DISTNAME= dlint${V}
PKGNAME= dlint-${V}
2011-09-21 13:20:56 -04:00
REVISION= 0
CATEGORIES= net
HOMEPAGE= http://www.domtools.com/
2002-05-20 15:30:39 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.domtools.com/pub/
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
NO_BUILD= Yes
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
DESTDIRNAME= DESTROOT
.include <bsd.port.mk>