diff options
author | wennmach <wennmach@pkgsrc.org> | 2002-04-05 11:32:19 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2002-04-05 11:32:19 +0000 |
commit | 6879bc7809fa1493ed2c47bed23dd2c80046431a (patch) | |
tree | 07262bba354ded6058a34741580d894035078630 /security/kth-krb4/Makefile | |
parent | 6c1834bfab3a8899da6abad150f8a2a898eac8e4 (diff) | |
download | pkgsrc-6879bc7809fa1493ed2c47bed23dd2c80046431a.tar.gz |
Update kth-krb4 to 1.1.1.
This is a prerequisite step for the new arla version (0.35.7).
While here, buildlinkify.
Diffstat (limited to 'security/kth-krb4/Makefile')
-rw-r--r-- | security/kth-krb4/Makefile | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index b3384b21d7c..432473b0eed 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2002/03/29 17:20:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2002/04/05 11:32:19 wennmach Exp $ # -DISTNAME= krb4-1.0.9 -PKGNAME= kth-krb4-1.0.9 +DISTNAME= krb4-1.1.1 +PKGNAME= kth-krb4-1.1.1 CATEGORIES= security net MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/ @@ -10,6 +10,9 @@ MAINTAINER= wennmach@netbsd.org HOMEPAGE= http://www.pdc.kth.se/kth-krb/ COMMENT= Kerberos IV distribution from KTH +# enable this once our autoconf has been upgraded to autoconf>=2.52: +#BUILD_DEPENDS+= automake>1.4:../../devel/automake + CONFLICTS+= wu-ftpd-[0-9]* CONFLICTS+= lukemftp-[0-9]* CONFLICTS+= zephyr-[0-9]* @@ -18,6 +21,12 @@ CONFLICTS+= libdes-[0-9]* CRYPTO= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --includedir=${PREFIX}/include/kerberosIV + +.include "../../mk/x11.buildlink.mk" +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + # this hangs while compiling one of the files, at least with the # toolchain as of 1.5ZC (20020329) .if ${MACHINE_ARCH} == "sparc64" @@ -30,6 +39,14 @@ post-patch: >${WRKSRC}/lib/kafs/kafs.h.sed @${MV} ${WRKSRC}/lib/kafs/kafs.h.sed ${WRKSRC}/lib/kafs/kafs.h +# enable this once our autoconf has been upgraded to autoconf>=2.52: +#pre-configure: +# cd ${WRKSRC}; \ +# ${LOCALBASE}/bin/aclocal; \ +# ${LOCALBASE}/bin/autoheader; \ +# ${LOCALBASE}/bin/automake -a --foreign -i; \ +# ${LOCALBASE}/bin/autoconf + post-install: @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/kth-krb4 ${INSTALL_DATA} ${WRKSRC}/etc/krb.conf ${PREFIX}/share/examples/kth-krb4 |