freebsd-ports/security/oidentd/Makefile
Oliver Lehmann bfb01afeba redefine the MAINTAINER field with my FreeBSD address
Approved By:	alex (mentor)
2003-05-06 16:58:45 +00:00

22 lines
453 B
Makefile

# New ports collection makefile for: oidentd
# Date created: 29 Mar 2000
# Whom: trevor@jpj.net
#
# $FreeBSD$
#
PORTNAME= oidentd
PORTVERSION= 2.0.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ojnk
MAINTAINER= oliver@freebsd.org
COMMENT= Ident server that supports user-defined ident strings
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN5= oidentd.conf.5 oidentd_masq.conf.5
MAN8= oidentd.8
.include <bsd.port.mk>