diff options
author | kris <kris@FreeBSD.org> | 2000-11-17 23:08:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-17 23:08:15 +0000 |
commit | 82b104701706b34794445f6b7906b6fa3cd0b220 (patch) | |
tree | b18718bac2ac0390ed458c64c9fb24ebec899c4b /net/totd/Makefile | |
parent | 4bf8d2e043184a41939b16282db6737abaab5b96 (diff) | |
download | FreeBSD-ports-82b104701706b34794445f6b7906b6fa3cd0b220.zip FreeBSD-ports-82b104701706b34794445f6b7906b6fa3cd0b220.tar.gz |
totd 1.1p4 is a DNS proxy that supports IPv6 <==> IPv4 record translation
Obtained from: OpenBSD
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile new file mode 100644 index 0000000..e885116 --- /dev/null +++ b/net/totd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: totd +# Date created: 17 Nov 2000 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= totd +PORTVERSION= 1.1.4 +CATEGORIES= net ipv6 +MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ +DISTNAME= totd-1.1p4 + +MAINTAINER= kris@FreeBSD.org + +GNU_CONFIGURE= YES + +post-install: + ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc + +.include <bsd.port.mk> |