openbsd-ports/net/totd/Makefile

29 lines
659 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.26 2013/03/11 11:35:57 espie Exp $
2000-01-21 05:04:45 -05:00
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
DISTNAME= totd-1.5.1
REVISION= 2
2000-01-21 05:04:45 -05:00
CATEGORIES= net
MASTER_SITES= http://www.dillema.net/software/totd/
2000-01-21 05:04:45 -05:00
HOMEPAGE= http://www.dillema.net/software/totd.html
2000-01-21 05:04:45 -05:00
# BSD/ISC (built-in webserver is LGPL but we don't compile it in)
2000-04-18 06:34:08 -04:00
PERMIT_PACKAGE_CDROM= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
2000-04-18 06:34:08 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS += --enable-stf
2000-01-21 05:04:45 -05:00
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
MAKE_FLAGS= CC="${CC}" SYSCONFDIR="${SYSCONFDIR}"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/totd
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/share/totd
2000-01-21 05:04:45 -05:00
.include <bsd.port.mk>