pkgsrc/net/oidentd/Makefile
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00

27 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/12/29 06:22:00 jlam Exp $
DISTNAME= oidentd-2.0.7
PKGREVISION= 4
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:Q}
RCD_SCRIPTS= oidentd
OSVERSION_SPECIFIC= YES
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6
.if defined(USE_INET6) && ${USE_INET6} != "YES"
CONFIGURE_ARGS+= --disable-ipv6
.endif
post-patch:
${ECHO} >>${WRKSRC}/config.h.in "#define PKG_SYSCONFDIR \"${PKG_SYSCONFDIR}\""
.include "../../mk/bsd.pkg.mk"