1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/pidentd/Makefile
Peter Wemm 54a78b40a6 Update from 2.7b3 -> 2.7b4, the author included our patch.
.. however, he also changed the top level Makefile to use $PREFIX for
something completely different (and incompatable) to what we use it for.
1996-08-16 18:31:04 +00:00

26 lines
590 B
Makefile

# New ports collection makefile for: pidentd
# Version required: 2.7b4
# Date created: 19 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.13 1996/06/25 09:10:48 torstenb Exp $
#
DISTNAME= pidentd-2.7b4
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>