pkgsrc/net/totd/Makefile
2005-12-05 23:55:01 +00:00

25 lines
751 B
Makefile

# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:15 rillig Exp $
#
DISTNAME= totd-1.4
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
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/totd
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \
${PREFIX}/share/examples/totd/totd.conf.sample
PKG_OPTIONS_VAR= PKG_OPTIONS.totd
PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
PKG_OPTIONS_GROUP.inet6= inet6
.include "../../mk/bsd.options.mk"
.include "../../mk/bsd.pkg.mk"