21 lines
348 B
Makefile
21 lines
348 B
Makefile
# New ports collection makefile for: oidentd
|
|
# Date created: 29 Mar 2000
|
|
# Whom: trevor@jpj.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oidentd
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ojnk
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN8= oidentd.8
|
|
|
|
.include <bsd.port.mk>
|