1994-10-23 01:27:56 +00:00
|
|
|
# New ports collection makefile for: pidentd
|
|
|
|
# Date created: 19 Oct 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1994-10-23 01:27:56 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= pidentd
|
2000-06-02 03:18:54 +00:00
|
|
|
PORTVERSION= 3.0.10
|
|
|
|
CATEGORIES= security ipv6
|
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
|
|
|
|
2000-06-02 03:18:54 +00:00
|
|
|
#PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
|
|
|
#PATCHFILES= pidentd-2.8.5-ipv6-1.5.diff.gz
|
|
|
|
#PATCH_DIST_STRIP= -p2
|
2000-02-14 15:12:37 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
1995-05-06 00:49:36 +00:00
|
|
|
|
2000-04-21 08:19:33 +00:00
|
|
|
ALL_TARGET= freebsd
|
1996-08-16 18:31:04 +00:00
|
|
|
MAKE_ENV= REALPREFIX=${PREFIX}
|
1996-11-17 07:58:10 +00:00
|
|
|
MAN8= identd.8 idecrypt.8
|
1996-08-16 18:31:04 +00:00
|
|
|
|
2000-02-14 15:12:37 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 400014
|
|
|
|
ADD_GDEFS+= -DINET6 -D__ss_family=ss_family -D__ss_len=ss_len
|
|
|
|
.endif
|
|
|
|
|
1996-11-05 18:23:42 +00: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.
|
2000-04-17 00:19:02 +00:00
|
|
|
#WITH_DES= yes
|
1996-11-05 18:23:42 +00:00
|
|
|
|
2000-04-17 00:19:02 +00:00
|
|
|
.if defined(WITH_DES)
|
2000-02-14 15:12:37 +00:00
|
|
|
ADD_GDEFS+= -DINCLUDE_CRYPT
|
1996-11-05 18:23:42 +00:00
|
|
|
ADD_GLIBS= -ldes
|
2000-02-14 15:12:37 +00:00
|
|
|
.endif
|
2000-04-17 00:19:02 +00:00
|
|
|
.if defined(WITH_DES) || ${OSVERSION} >= 400014
|
1996-11-05 18:23:42 +00:00
|
|
|
MAKE_ENV+= ADD_GDEFS="${ADD_GDEFS}" ADD_GLIBS="${ADD_GLIBS}"
|
|
|
|
.endif
|
|
|
|
|
2000-02-14 15:12:37 +00:00
|
|
|
.include <bsd.port.post.mk>
|