1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/security/pidentd/Makefile

20 lines
452 B
Makefile
Raw Normal View History

# New ports collection makefile for: pidentd
# Version required: 2.5.1
# Date created: 19 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.5 1995/04/15 05:41:43 asami Exp $
#
DISTNAME= pidentd-2.5.1
CATEGORIES+= networking
1995-04-15 05:42:12 +00:00
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
MAINTAINER= torstenb@FreeBSD.ORG
post-install:
gzip -9nf ${PREFIX}/man/man8/identd.8
.include <bsd.port.mk>