summaryrefslogtreecommitdiff
path: root/security/kth-krb4/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach>2002-04-05 11:32:19 +0000
committerwennmach <wennmach>2002-04-05 11:32:19 +0000
commit05854df617ad88d2f31c526606b1dbfdeca93c07 (patch)
tree07262bba354ded6058a34741580d894035078630 /security/kth-krb4/Makefile
parent1c92557d9c433f2c887a103b2ee4ba45bdba747f (diff)
downloadpkgsrc-05854df617ad88d2f31c526606b1dbfdeca93c07.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/Makefile23
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