2005-12-06 00:55:01 +01:00
|
|
|
# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:15 rillig Exp $
|
1999-11-22 22:04:01 +01:00
|
|
|
#
|
|
|
|
|
2003-09-22 11:39:59 +02:00
|
|
|
DISTNAME= totd-1.4
|
1999-11-22 22:04:01 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
|
2001-03-10 03:23:00 +01:00
|
|
|
|
1999-11-22 22:04:01 +01:00
|
|
|
MAINTAINER= feico@pasta.cs.uit.no
|
2000-11-18 08:24:15 +01:00
|
|
|
HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
|
1999-11-22 22:04:01 +01:00
|
|
|
|
2004-07-25 02:10:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
|
2000-12-14 22:43:20 +01:00
|
|
|
|
1999-11-22 22:04:01 +01:00
|
|
|
post-install:
|
2001-04-02 21:24:09 +02:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/totd
|
2001-03-23 17:47:13 +01:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \
|
upgrade to 1.2. use config file in /etc/totd.conf.
2001-03-13 13:12 dillema
* Makefile.in: install manpage
2001-03-13 13:06 dillema
* ChangeLog, README, totd.8: first totd manual page, derived from
README file
2001-03-13 11:14 dillema
* ne_io.c: unused variabel fix. trivial, but gets rid of a warning
* configure.in, cons_common.c, cons_tcp_response.c,
cons_udp_response.c, conv_trick.c, ev_udp_in.c, ne_io.c, ne_mesg.c,
ns_const.h, protos.h, res_record.c: patches from Kame CVS, send in
by itojun. Adds support for A6 and DNAME, and improves message
validation and fixes possible buffer overrun....
2001-03-23 15:55:53 +01:00
|
|
|
${PREFIX}/share/examples/totd/totd.conf.sample
|
1999-11-22 22:04:01 +01:00
|
|
|
|
2005-11-03 17:55:46 +01:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.totd
|
2005-11-03 17:55:26 +01:00
|
|
|
PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
|
|
|
|
PKG_OPTIONS_GROUP.inet6= inet6
|
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
1999-11-22 22:04:01 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|