1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/ident2/Makefile
Rong-En Fan 37bfaa4e5f - Pass maintainership to chinsan
Approved by:	Jeff Palmer <scorpio at drkshdw.org> (maintainer)
2006-12-20 07:34:16 +00:00

28 lines
630 B
Makefile

# New ports collection makefile for: ident2
# Date created: 30 Nov 1999
# Whom: rod@zort.on.ca
#
# $FreeBSD$
#
PORTNAME= ident2
PORTVERSION= 1.07
CATEGORIES= security net
MASTER_SITES= http://michael.bacarella.com/projects/ident2/
DISTNAME= ident2-v${PORTVERSION}_FINAL
MAINTAINER= chinsan@FreeBSD.org
COMMENT= An RFC1413 identification server which also supports random replies
USE_BZIP2= yes
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
MAN8= ident2.8
PLIST_FILES= sbin/ident2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ident2 ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/
.include <bsd.port.mk>