pkgsrc/net/host/Makefile
reed d993be56cb Use INSTALLATION_DIRS to pre-create bin and man/man1.
TODO: This package is still broken. It installs man page to
${PREFIX}/share/man/man1 (on NetBSD) and also
installs a catman page (generated but no dependency on nroff)
which is not listed in PLIST.
2005-03-30 20:06:59 +00:00

18 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/03/30 20:06:59 reed Exp $
DISTNAME= host-20040812
CATEGORIES= net
MASTER_SITES= ftp://ftp.weird.com/pub/local/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.weird.com/~woods/projects/host.html
COMMENT= Powerful DNS query and testing tool
INSTALLATION_DIRS= bin man/man1
NO_CONFIGURE = yes
MAKEFILE= Makefile.BSD
MAKE_FLAGS+= __NetBSD__=1
.include "../../mk/bsd.pkg.mk"