Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

34
net/oidentd/Makefile Normal file
View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.14 2012/10/23 17:18:43 asau Exp $
DISTNAME= oidentd-2.0.7
PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dev.ojnk.net/
COMMENT= Configurable IDENT server that supports NAT/IP masq
NOT_FOR_PLATFORM+= NetBSD-[5-9]*-* NetBSD-1[0-9]*-*
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
RCD_SCRIPTS= oidentd
OSVERSION_SPECIFIC= YES
PKG_OPTIONS_VAR= PKG_OPTIONS.oidentd
PKG_SUPPORTED_OPTIONS= inet6
PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
post-patch:
${ECHO} >>${WRKSRC}/config.h.in "#define PKG_SYSCONFDIR \"${PKG_SYSCONFDIR}\""
.include "../../mk/bsd.pkg.mk"