openbsd-ports/net/totd/Makefile
2013-03-11 11:35:43 +00:00

29 lines
659 B
Makefile

# $OpenBSD: Makefile,v 1.26 2013/03/11 11:35:57 espie Exp $
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
DISTNAME= totd-1.5.1
REVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.dillema.net/software/totd/
HOMEPAGE= http://www.dillema.net/software/totd.html
# BSD/ISC (built-in webserver is LGPL but we don't compile it in)
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS += --enable-stf
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
.include <bsd.port.mk>