1994-10-23 02:27:56 +01:00
|
|
|
# New ports collection makefile for: pidentd
|
1999-09-23 06:27:10 +02:00
|
|
|
# Version required: 2.8.5
|
1994-10-23 02:27:56 +01:00
|
|
|
# Date created: 19 Oct 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1994-10-23 02:27:56 +01:00
|
|
|
#
|
|
|
|
|
1999-03-15 03:04:55 +01:00
|
|
|
DISTNAME= pidentd-2.8.5
|
1996-11-17 08:58:10 +01:00
|
|
|
CATEGORIES= security net
|
1995-04-15 07:42:12 +02:00
|
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
|
|
|
|
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
|
1994-10-23 02:27:56 +01:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
1995-05-06 02:49:36 +02:00
|
|
|
|
1996-08-16 20:31:04 +02:00
|
|
|
ALL_TARGET= freebsd
|
|
|
|
MAKE_ENV= REALPREFIX=${PREFIX}
|
1996-11-17 08:58:10 +01:00
|
|
|
MAN8= identd.8 idecrypt.8
|
1996-08-16 20:31:04 +02:00
|
|
|
|
1996-11-05 19:23:42 +01:00
|
|
|
# Uncomment to activate the use of verifiable "cookies". The idea is to be
|
|
|
|
# able to detect fake "logs" intended to get your innocent users in trouble.
|
|
|
|
# Naturally, since it uses libdes, you must have the "secure" dist installed.
|
1996-11-25 08:26:28 +01:00
|
|
|
# USE_DES= true
|
1996-11-05 19:23:42 +01:00
|
|
|
|
|
|
|
.if defined(USE_DES)
|
|
|
|
ADD_GDEFS= -DINCLUDE_CRYPT
|
|
|
|
ADD_GLIBS= -ldes
|
|
|
|
MAKE_ENV+= ADD_GDEFS="${ADD_GDEFS}" ADD_GLIBS="${ADD_GLIBS}"
|
|
|
|
.endif
|
|
|
|
|
1994-10-23 02:27:56 +01:00
|
|
|
.include <bsd.port.mk>
|