2002-12-29 21:14:10 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2002/12/29 21:14:12 fgsch Exp $
|
2000-01-21 10:04:45 +00:00
|
|
|
# $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $
|
|
|
|
|
2001-05-06 04:59:54 +00:00
|
|
|
COMMENT= "DNS proxy that supports IPv6 <==> IPv4 record translation"
|
|
|
|
|
2002-03-15 03:35:45 +00:00
|
|
|
DISTNAME= totd-1.3
|
2000-01-21 10:04:45 +00:00
|
|
|
CATEGORIES= net
|
2000-03-24 22:11:32 +00:00
|
|
|
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
|
2000-01-21 10:04:45 +00:00
|
|
|
|
2000-10-22 14:02:46 +00:00
|
|
|
MAINTAINER= Jun-ichiro itojun Hagino <itojun@itojun.org>
|
2002-01-28 01:41:52 +00:00
|
|
|
HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html
|
2000-01-21 10:04:45 +00:00
|
|
|
|
2000-04-18 10:34:08 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-06-11 01:15:51 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-01-21 10:04:45 +00:00
|
|
|
|
2002-01-28 01:41:52 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
MAKE_FLAGS= CC="${CC}" SYSCONFDIR="${SYSCONFDIR}"
|
|
|
|
|
2000-06-11 01:22:05 +00:00
|
|
|
post-install:
|
2000-06-11 01:15:51 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/totd
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/share/totd
|
2000-01-21 10:04:45 +00:00
|
|
|
|
2000-01-21 10:19:31 +00:00
|
|
|
.include <bsd.port.mk>
|