freebsd-ports/security/pidentd/Makefile
Andrey A. Chernov d1940f107c Upgrade to 2.7.1
1996-10-31 00:13:07 +00:00

25 lines
600 B
Makefile

# New ports collection makefile for: pidentd
# Version required: 2.7.1
# Date created: 19 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.15 1996/09/14 23:22:04 torstenb Exp $
#
DISTNAME= pidentd-2.7.1
CATEGORIES+= security net
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
MAINTAINER= torstenb@FreeBSD.ORG
ALL_TARGET= freebsd
MAKE_ENV= REALPREFIX=${PREFIX}
.if !defined(NOMANCOMPRESS)
post-install:
gzip -9nf ${PREFIX}/man/man8/identd.8
gzip -9nf ${PREFIX}/man/man8/idecrypt.8
.endif
.include <bsd.port.mk>