1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/security/pidentd/Makefile
1995-07-13 01:15:52 +00:00

20 lines
464 B
Makefile

# New ports collection makefile for: pidentd
# Version required: 2.5.1
# Date created: 19 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.6 1995/05/06 00:49:36 torstenb Exp $
#
DISTNAME= pidentd-2.5.1
CATEGORIES+= security networking
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>