blob: 8831f15deff4603f61601d09d9a94edc958f1da3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.10 2001/03/23 14:55:53 itojun Exp $
#
DISTNAME= totd-1.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
MAINTAINER= feico@pasta.cs.uit.no
HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
# always IPv6 ready
BUILD_DEFS+= USE_INET6
post-install:
${MKDIR} ${PREFIX}/share/examples/totd
${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample \
${PREFIX}/share/examples/totd/totd.conf.sample
.include "../../mk/bsd.pkg.mk"
|