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