summaryrefslogtreecommitdiff
path: root/security/pidentd/Makefile
blob: aac5cbe8b60a6f164677a5450a0d984f337392c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	pidentd
# Version required:     2.7.2
# Date created:		19 Oct 1994
# Whom:			torstenb
#
# $Id: Makefile,v 1.19 1996/11/17 07:58:05 obrien Exp $
#

DISTNAME=       pidentd-2.7.2
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}
MAN8=		identd.8 idecrypt.8

# 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.
# USE_DES=	true

.if defined(USE_DES)
ADD_GDEFS=	-DINCLUDE_CRYPT
ADD_GLIBS=	-ldes
MAKE_ENV+=	ADD_GDEFS="${ADD_GDEFS}" ADD_GLIBS="${ADD_GLIBS}"
.endif

.include <bsd.port.mk>