From 82b104701706b34794445f6b7906b6fa3cd0b220 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 17 Nov 2000 23:08:15 +0000 Subject: totd 1.1p4 is a DNS proxy that supports IPv6 <==> IPv4 record translation Obtained from: OpenBSD --- net/totd/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/totd/Makefile (limited to 'net/totd/Makefile') 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 +# +# $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 -- cgit v1.1