1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/pidentd/Makefile

32 lines
874 B
Makefile
Raw Normal View History

# New ports collection makefile for: pidentd
1997-12-17 04:41:00 +00:00
# Version required: 2.8.1
# Date created: 19 Oct 1994
# Whom: torstenb
#
1997-12-17 04:41:00 +00:00
# $Id: Makefile,v 1.22 1997/08/10 14:50:58 ache Exp $
#
1997-12-17 04:41:00 +00:00
DISTNAME= pidentd-2.8.1
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/
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>