diff options
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index b5683b4..795790c 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,5 +1,5 @@ # Ports collection Makefile for: heimdal -# Version required: 0.2a +# Version required: 0.2d # Date created: 10/23/1999 # Whom: nectar@FreeBSD.ORG # @@ -17,20 +17,24 @@ MAINTAINER= nectar@FreeBSD.ORG RESTRICTED= "Crypto; export-controlled" +MAN1= kdestroy.1 kgetcred.1 kinit.1 klist.1 kpasswd.1 +MAN3= editline.3 krb5_425_conv_principal.3 \ + krb5_build_principal.3 krb5_free_principal.3 \ + krb5_openlog.3 krb5_parse_name.3 \ + krb5_sname_to_principal.3 krb5_unparse_name.3 \ + krb5_warn.3 +MAN5= krb5.conf.5 +MAN8= hprop.8 hpropd.8 kdc.8 kpasswdd.8 kstash.8 ktutil.8 \ + push.8 + USE_LIBTOOL= YES -CONFIGURE_ARGS= --enable-shared +USE_GMAKE= YES +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared -.if defined(HEIMDAL_HOME) -PREFIX= ${HEIMDAL_HOME} +.if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" +CONFIGURE_ARGS+= --without-krb4 .endif -MAN1= kdestroy.1 kgetcred.1 kinit.1 klist.1 kpasswd.1 -MAN3= editline.3 krb5_425_conv_principal.3 krb5_build_principal.3 \ - krb5_free_principal.3 krb5_openlog.3 krb5_parse_name.3 \ - krb5_sname_to_principal.3 krb5_unparse_name.3 krb5_warn.3 -MAN5= krb5.conf.5 -MAN8= hprop.8 hpropd.8 kdc.8 kpasswdd.8 kstash.8 ktutil.8 push.8 - post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib |