freebsd-ports/security/isakmpd/Makefile
Jacques Vidrine c35c9933e8 -- Remove libgmp dependency. It's not used (openssl BN is used).
-- We don't have <des.h> anymore.  Use <openssl/des.h>.
2003-02-21 16:18:58 +00:00

39 lines
985 B
Makefile

# New ports collection Makefile for: ISAKMP daemon
# Date created: Fri May 11 18:20:02 EEST 2001
# Whom: Martti Kuparinen <martti.kuparinen@iki.fi>
#
# $FreeBSD$
#
# NOTE: See NetBSD's /usr/pkgsrc/security/isakmpd if this package
# should be updated!
#
PORTNAME= isakmpd
PORTVERSION= 20021118
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_NETBSD}
MASTER_SITE_SUBDIR= LOCAL_PORTS
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenBSD IKE daemon
# this is not compatible with cross build - there's no other way
.if !exists(/usr/include/netinet6/ipsec.h)
BROKEN= "requires IPsec support"
.endif
USE_OPENSSL= yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/isakmpd
MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
MAN5= isakmpd.conf.5 isakmpd.policy.5
MAN8= isakmpd.8
MANCOMPRESSED= yes
post-patch:
@(cd ${WRKSRC}; ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" \
conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 \
isakmpd.policy.5 policy.h)
.include <bsd.port.mk>