diff options
Diffstat (limited to 'net/oidentd/Makefile')
-rw-r--r-- | net/oidentd/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile new file mode 100644 index 00000000000..ee1ac81edbb --- /dev/null +++ b/net/oidentd/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/03 23:21:44 tron Exp $ + +DISTNAME= oidentd-2.0.7 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/} + +MAINTAINER= tron@NetBSD.org +HOMEPAGE= http://dev.ojnk.net/ +COMMENT= Configurable IDENT server that supports NAT/IP masq + +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +USE_PKGINSTALL= YES +RCD_SCRIPTS= oidentd + +.include "../../mk/bsd.prefs.mk" + +BUILD_DEFS+= USE_INET6 +.if defined(USE_INET6) && ${USE_INET6} != "YES" +CONFIGURE_ARGS+= --disable-ipv6 +.endif + +post-configure: + ${ECHO} >>${WRKSRC}/config.h "#define PKG_SYSCONFDIR \"${PKG_SYSCONFDIR}\"" + +.include "../../mk/bsd.pkg.mk" |