033ece49b6
Oidentd is a highly flexible replacement for the standard ident. It is capable of providing custom responses to ident requests and also has nat support for pf-based OpenBSD.
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/04/20 01:25:03 jcs Exp $
|
|
|
|
COMMENT= "ident daemon with custom responses and NAT support"
|
|
DISTNAME= oidentd-2.0.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ojnk
|
|
|
|
HOMEPAGE= http://ojnk.sourceforge.net
|
|
|
|
MAINTAINER= Jolan Luff <jolan@encryptedemail.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|