1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/security/pidentd/Makefile

47 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: pidentd
# Date created: 19 Oct 1994
# Whom: torstenb
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= pidentd
2001-02-05 16:00:18 +00:00
PORTVERSION= 2.8.5
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/
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
PATCHFILES= pidentd-2.8.5-ipv6-1.5.diff.gz
PATCH_DIST_STRIP= -p2
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= An RFC1413 identification server
ALL_TARGET= freebsd
MAKE_ENV= REALPREFIX=${PREFIX}
MAN8= identd.8 idecrypt.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
ADD_GDEFS+= -DINET6 -D__ss_family=ss_family -D__ss_len=ss_len
.endif
# 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 libcrypto, you must have OpenSSL installed.
#WITH_DES= yes
.if defined(WITH_DES)
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
2003-05-07 12:30:08 +00:00
ADD_GDEFS+= -DINCLUDE_CRYPT -DOPENSSL_DES_LIBDES_COMPATIBILITY \
-I${OPENSSLINC} -I${OPENSSLINC}/openssl
ADD_GLIBS= -L${OPENSSLLIB} -lcrypto
.endif
.if defined(WITH_DES) || ${OSVERSION} >= 400014
MAKE_ENV+= ADD_GDEFS="${ADD_GDEFS}" ADD_GLIBS="${ADD_GLIBS}"
.endif
.include <bsd.port.post.mk>