mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22 lines
381 B
Makefile
22 lines
381 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= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://www.numb.org/~odin/stuff/
|
|
MASTER_SITE_SUBDIR= ojnk
|
|
|
|
MAINTAINER= trevor@jpj.net
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN8= oidentd.8
|
|
|
|
.include <bsd.port.mk>
|