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

26 lines
583 B
Makefile
Raw Normal View History

# New ports collection makefile for: pidentd
# Version required: 2.7
# Date created: 19 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.14 1996/08/16 18:30:56 peter Exp $
#
DISTNAME= pidentd-2.7
1995-11-22 13:20:16 +00:00
CATEGORIES+= security net
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
ALL_TARGET= freebsd
MAKE_ENV= REALPREFIX=${PREFIX}
1996-04-01 07:13:00 +00:00
.if !defined(NOMANCOMPRESS)
post-install:
gzip -9nf ${PREFIX}/man/man8/identd.8
gzip -9nf ${PREFIX}/man/man8/idecrypt.8
1996-04-01 07:13:00 +00:00
.endif
.include <bsd.port.mk>