2002-02-18 16:14:00 +01:00
|
|
|
# $NetBSD: Makefile,v 1.15 2002/02/18 15:14:39 seb Exp $
|
2000-05-25 19:57:27 +02:00
|
|
|
#
|
|
|
|
|
2001-08-02 14:46:48 +02:00
|
|
|
DISTNAME= krb4-1.0.9
|
|
|
|
PKGNAME= kth-krb4-1.0.9
|
2000-05-25 19:57:27 +02:00
|
|
|
CATEGORIES= security net
|
|
|
|
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/
|
|
|
|
|
|
|
|
MAINTAINER= wennmach@netbsd.org
|
|
|
|
HOMEPAGE= http://www.pdc.kth.se/kth-krb/
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= Kerberos IV distribution from KTH
|
2000-05-25 19:57:27 +02:00
|
|
|
|
2001-09-28 01:17:41 +02:00
|
|
|
CONFLICTS+= wu-ftpd-[0-9]*
|
|
|
|
CONFLICTS+= lukemftp-[0-9]*
|
|
|
|
CONFLICTS+= zephyr-[0-9]*
|
|
|
|
CONFLICTS+= libdes-[0-9]*
|
2001-03-29 22:09:09 +02:00
|
|
|
|
Reorganize crypto handling, as discussed on tech-pkg. Remove all
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).
Specifically,
- - All packages which set USE_SSL just lose their RESTRICTED
variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
no longer available. On this, we're no worse off than before.
[We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
a user to utilize strong encryption (working definition: ability
to encode a message that requires a secret key plus big number
arithmetic to decode).
2000-09-09 21:40:14 +02:00
|
|
|
CRYPTO= yes
|
2000-05-25 19:57:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-08 15:53:24 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${SED} -e 's|@PREFIX@|${PREFIX}|g' \
|
|
|
|
<${WRKSRC}/lib/kafs/kafs.h \
|
|
|
|
>${WRKSRC}/lib/kafs/kafs.h.sed
|
|
|
|
@${MV} ${WRKSRC}/lib/kafs/kafs.h.sed ${WRKSRC}/lib/kafs/kafs.h
|
|
|
|
|
2000-05-25 19:57:27 +02:00
|
|
|
post-install:
|
2001-02-25 05:17:35 +01:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/kth-krb4
|
2000-05-25 19:57:27 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/krb.conf ${PREFIX}/share/examples/kth-krb4
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/krb.realms ${PREFIX}/share/examples/kth-krb4
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/inetd.conf.changes ${PREFIX}/share/examples/kth-krb4
|
2001-08-02 14:46:48 +02:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/services-1.4.2.diff ${PREFIX}/share/examples/kth-krb4
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/services-1.5.diff ${PREFIX}/share/examples/kth-krb4
|
2000-05-25 19:57:27 +02:00
|
|
|
|
2002-02-18 16:14:00 +01:00
|
|
|
.include "../../mk/texinfo.mk"
|
2000-05-25 19:57:27 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|