diff options
author | lukem <lukem> | 2001-01-08 15:51:55 +0000 |
---|---|---|
committer | lukem <lukem> | 2001-01-08 15:51:55 +0000 |
commit | 4945a75d7d8ee78fa614a97f2eff1b1db5417708 (patch) | |
tree | c741871ab2ee3993868099a59652438fbea71d5d /net/adns/Makefile | |
parent | fff5c519ea13c64807f8ac3ecb032dfec5a2a66a (diff) | |
download | pkgsrc-4945a75d7d8ee78fa614a97f2eff1b1db5417708.tar.gz |
adns-1.0 - Asynchronous-capable DNS client library and utilities.
Diffstat (limited to 'net/adns/Makefile')
-rw-r--r-- | net/adns/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile new file mode 100644 index 00000000000..232e03e25ad --- /dev/null +++ b/net/adns/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2001/01/08 15:51:55 lukem Exp $ +# + +DISTNAME= adns-1.0 +CATEGORIES= net +MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/ + +MAINTAINER= lukem@netbsd.org +HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/ + +GNU_CONFIGURE= YES +USE_GMAKE= YES + +.include "../../mk/bsd.pkg.mk" |