summaryrefslogtreecommitdiff
path: root/security/isakmpd/Makefile
blob: 234a5cd8377541e54c9b8fa6cfcafd19fa88c524 (plain)
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
32
33
# $NetBSD: Makefile,v 1.4 2000/04/27 14:55:54 itojun Exp $
#

DISTNAME=		isakmpd-000220
PKGNAME=		isakmpd-20000220
CATEGORIES=		security net
MASTER_SITES=		ftp://ftp.appli.se/pub/isakmpd/

PATCH_SITES=		ftp://ftp.kame.net/pub/kame/misc/
PATCHFILES=		isakmpd-20000220-20000427a.diff.gz
PATCH_DIST_STRIP=	-p1

MAINTAINER=		itojun@kame.net

# this is not compatible with cross build - there's no other way
.if !exists(/usr/include/netinet6/ipsec.h)
IGNORE+=		"requires ipsec-ready NetBSD"
.endif

# if PATENTEDOPENSSLSRC is defined, then we assume that
# RSA already exists in the OpenSSL built as part of the
# base distribution.
.if !defined(PATENTEDOPENSSLSRC)
DEPENDS+=		openssl-0.9.*:../../security/openssl
.endif
DEPENDS+=		gmp-*:../../devel/gmp

RESTRICTED=		"Crypto; export-controlled"
MIRROR_DISTFILE=	no

ALL_TARGET=		depend all

.include "../../mk/bsd.pkg.mk"