2012-08-19 22:30:36 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2012/08/19 22:30:37 ajacoutot Exp $
|
2000-01-21 10:04:45 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
|
2001-05-06 04:59:54 +00:00
|
|
|
|
2009-09-06 21:14:07 +00:00
|
|
|
DISTNAME= totd-1.5.1
|
2012-08-19 22:30:36 +00:00
|
|
|
REVISION= 2
|
2000-01-21 10:04:45 +00:00
|
|
|
CATEGORIES= net
|
2012-05-26 12:40:30 +00:00
|
|
|
MASTER_SITES= http://www.dillema.net/software/totd/
|
2000-01-21 10:04:45 +00:00
|
|
|
|
2012-05-26 12:40:30 +00:00
|
|
|
HOMEPAGE= http://www.dillema.net/software/totd.html
|
2000-01-21 10:04:45 +00:00
|
|
|
|
2009-09-06 21:14:07 +00:00
|
|
|
# BSD/ISC (built-in webserver is LGPL but we don't compile it in)
|
2000-04-18 10:34:08 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2012-03-03 15:56:18 +00:00
|
|
|
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c
|
2000-04-18 10:34:08 +00:00
|
|
|
|
2000-06-11 01:15:51 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2009-09-06 21:14:07 +00:00
|
|
|
CONFIGURE_ARGS += --enable-stf
|
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>
|