49e9db95e1
BROKEN variable. Unfortunately, no ChangeLog is available. Patch system dependent make goo to use 'SSLBASE', mirroring it's use in bsd.pkg.mk, rather than obsolete 'PATENTEDOPENSSLSRC'. Also, replace hard- coded "/usr/pkg", replacing it with ${LOCALBASE}. Finally, set 'LOCALBASE' and 'SSLBASE' conditionally within the package, for convenience.
22 lines
496 B
Makefile
22 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.10 2000/09/25 04:00:15 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= isakmpd-000915-snap
|
|
PKGNAME= isakmpd-20000915
|
|
CATEGORIES= security net
|
|
MASTER_SITES= ftp://ftp.appli.se/pub/isakmpd/
|
|
|
|
MAINTAINER= itojun@kame.net
|
|
|
|
DEPENDS+= gmp-*:../../devel/gmp
|
|
|
|
USE_SSL= yes
|
|
|
|
# this is not compatible with cross build - there's no other way
|
|
.if !exists(/usr/include/netinet6/ipsec.h)
|
|
IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD"
|
|
.endif
|
|
|
|
ALL_TARGET= depend all
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|