openbsd-ports/net/oidentd/Makefile
jcs 033ece49b6 Import of oidentd-2.0.3, maintained by Jolan Luff <jolan@encryptedmail.net>
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.
2002-04-20 01:25:03 +00:00

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>