freebsd-ports/security/pidentd/Makefile

21 lines
477 B
Makefile
Raw Normal View History

# New ports collection makefile for: pidentd
# Version required: 2.6.1
# Date created: 19 Oct 1994
# Whom: torstenb
#
1995-11-22 08:20:16 -05:00
# $Id: Makefile,v 1.9 1995/07/28 01:00:30 ache Exp $
#
DISTNAME= pidentd-2.6.1
1995-11-22 08:20:16 -05:00
CATEGORIES+= security net
1995-04-15 01:42:12 -04:00
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
ALL_TARGET= freebsd
MAINTAINER= torstenb@FreeBSD.ORG
post-install:
gzip -9nf ${PREFIX}/man/man8/identd.8
.include <bsd.port.mk>