summaryrefslogtreecommitdiff
path: root/net/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/host/Makefile')
-rw-r--r--net/host/Makefile40
1 files changed, 9 insertions, 31 deletions
diff --git a/net/host/Makefile b/net/host/Makefile
index 076a5ba0daa..c8a0e407bcf 100644
--- a/net/host/Makefile
+++ b/net/host/Makefile
@@ -1,42 +1,20 @@
-# $NetBSD: Makefile,v 1.8 2004/01/20 12:22:19 agc Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/26 05:19:20 christos Exp $
-DISTNAME= host_991529
-PKGNAME= host-991529
+DISTNAME= host-20040812
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_BACKUP}
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://ftp.weird.com/pub/local/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.nikhef.nl/user/e07/
-COMMENT= Powerful DNS query and testing tool
-
-CONFLICTS+= bind-[0-9]*
-
-WRKSRC= ${WRKDIR}
+HOMEPAGE= http://www.weird.com/~woods/projects/host.html
+COMMENT= A powerful DNS query and testing tool
.include "../../mk/bsd.prefs.mk"
-# If you've removed $HOSTALIASES support from your system then
-# you won't have the hostalias() function in libc....
-.if !defined(NO_HOSTALIASES)
-MAKE_ENV+= ALLOW_HOSTALIASES=-DALLOW_HOSTALIASES
-.endif
-
-NO_CONFIGURE= yes
-
-# MAKE_ENV will have the right effect...
-MAKEFLAGS+= -e
+NO_CONFIGURE = yes
+NO_PATCH = yes
-post-build:
- ${SED} -e 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/mxlookup \
- > ${WRKDIR}/mxlookup.out
- ${SED} -e 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/rblookup \
- > ${WRKDIR}/rblookup.out
+MAKEFILE= Makefile.BSD
-do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/host ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKDIR}/mxlookup.out ${PREFIX}/bin/mxlookup
- ${INSTALL_SCRIPT} ${WRKDIR}/rblookup.out ${PREFIX}/bin/rblookup
- ${INSTALL_MAN} ${WRKDIR}/host.1 ${PREFIX}/man/man1/host.1
+MAKE_FLAGS+= __NetBSD__=1
.include "../../mk/bsd.pkg.mk"