1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/security/oidentd/Makefile
Akinori MUSHA 6a2b326494 Make it compile either on 3.4-STABLE, 4.0-STABLE or 5.0-CURRENT
and unmark as BROKEN.

Remove a redundant entry from CATEGORIES. (security net => security)

PR:		ports/18707
Submitted by:	MAINTAINER
2000-05-21 12:32:03 +00:00

21 lines
377 B
Makefile

# New ports collection makefile for: oidentd
# Date created: 29 Mar 2000
# Whom: trevor@jpj.net
#
# $FreeBSD$
#
PORTNAME= oidentd
PORTVERSION= 1.6.4
CATEGORIES= security
MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/ojnk/ \
http://www.numb.org/~odin/stuff/
MAINTAINER= trevor@jpj.net
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN8= oidentd.8
.include <bsd.port.mk>