diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-30 12:26:54 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-30 12:26:54 +0000 |
commit | 48dba8c86f6680dd4f27e5c50e16b8e69318bebd (patch) | |
tree | 8a032593c8db4ba8ad56d5de9bcc4fd748baa990 /dns/host/Makefile | |
parent | 00e501d1bc9de9f1a531b5c13f83ab779328a12f (diff) | |
download | ports-48dba8c86f6680dd4f27e5c50e16b8e69318bebd.tar.gz ports-48dba8c86f6680dd4f27e5c50e16b8e69318bebd.zip |
Notes
Diffstat (limited to 'dns/host/Makefile')
-rw-r--r-- | dns/host/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dns/host/Makefile b/dns/host/Makefile new file mode 100644 index 000000000000..1c19daad9fd5 --- /dev/null +++ b/dns/host/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: host +# Date created: 29 June 2001 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= host +PORTVERSION= 991529 +CATEGORIES= net +MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/ \ + ftp://ftp.nikhef.nl/pub/network/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .tar.Z + +MAINTAINER= sobomax@FreeBSD.org + +NO_WRKSUBDIR= yes + +MAN1= host.1 + +.include <bsd.port.mk> |