openbsd-ports/net/totd/Makefile
sthen 6863049a1e Remove USE_GROFF and add an rc script.
From Brad with a tweak to the script by me.
2012-03-03 15:56:18 +00:00

32 lines
759 B
Makefile

# $OpenBSD: Makefile,v 1.23 2012/03/03 15:56:18 sthen Exp $
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
DISTNAME= totd-1.5.1
REVISION= 0
CATEGORIES= net
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/software/totd.html
# BSD/ISC (built-in webserver is LGPL but we don't compile it in)
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS += --enable-stf
NO_REGRESS= 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>