diff options
author | nectar <nectar@FreeBSD.org> | 2000-12-15 00:32:22 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-12-15 00:32:22 +0800 |
commit | dfaa269693cbbbc5091caf69c44e9ab926d5efea (patch) | |
tree | e1a6ca47197f96cecac813b7a5359f4a710a92bb /security | |
parent | debf5d60f1268ed7799258136e52290e27176bf8 (diff) | |
download | freebsd-ports-gnome-dfaa269693cbbbc5091caf69c44e9ab926d5efea.tar.gz freebsd-ports-gnome-dfaa269693cbbbc5091caf69c44e9ab926d5efea.tar.zst freebsd-ports-gnome-dfaa269693cbbbc5091caf69c44e9ab926d5efea.zip |
Style fixup only: use tabs consistently; sort man pages.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index da5d9ca334e0..7fe9aec1a3e7 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,38 +1,37 @@ # Ports collection Makefile for: heimdal -# Date created: 10/23/1999 -# Whom: nectar@FreeBSD.ORG +# Date created: 10/23/1999 +# Whom: nectar@FreeBSD.ORG # # $FreeBSD$ # PORTNAME= heimdal -PORTVERSION= 0.3d +PORTVERSION= 0.3d CATEGORIES= security ipv6 -MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ - ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ - ftp://ftp.tuniv.szczecin.pl/dsk4/ftp.replay.com/pub/crypto/APPS/kerberos/heimdal/ \ - ftp://ftp.hacktic.nl/pub/replay/crypto/APPS/kerberos/heimdal/ +MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ + ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ + ftp://ftp.tuniv.szczecin.pl/dsk4/ftp.replay.com/pub/crypto/APPS/kerberos/heimdal/ \ + ftp://ftp.hacktic.nl/pub/replay/crypto/APPS/kerberos/heimdal/ MAINTAINER= nectar@FreeBSD.ORG .if defined(WITH_LDAP) -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 .endif RESTRICTED= "Crypto; export-controlled" MAN1= ftp.1 kdestroy.1 kf.1 kgetcred.1 kinit.1 klist.1 kpasswd.1 \ - telnet.1 kx.1 rxtelnet.1 rxterm.1 tenletxr.1 pfrom.1 \ - otp.1 otpprint.1 xnlock.1 krb5-config.1 -MAN3= editline.3 krb5_425_conv_principal.3 kafs.3 \ - krb5_appdefault.3 krb5_build_principal.3 krb5_config.3 \ - krb5_free_principal.3 krb5_openlog.3 krb5_parse_name.3 \ - krb5_sname_to_principal.3 krb5_unparse_name.3 krb5_warn.3 + krb5-config.1 kx.1 otp.1 otpprint.1 pfrom.1 rxtelnet.1 \ + rxterm.1 telnet.1 tenletxr.1 xnlock.1 +MAN3= editline.3 afs.3 krb5_425_conv_principal.3 krb5_appdefault.3 \ + krb5_build_principal.3 krb5_config.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= ftpusers.5 krb5.conf.5 -MAN8= ftpd.8 hprop.8 hpropd.8 kadmind.8 kdc.8 kfd.8 kpasswdd.8 \ - kstash.8 \ - ktutil.8 push.8 telnetd.8 kxd.8 verify_krb5_conf.8 \ - string2key.8 kerberos.8 kadmin.8 +MAN8= ftpd.8 hprop.8 hpropd.8 kadmin.8 kadmind.8 kdc.8 kerberos.8 \ + kfd.8 kpasswdd.8 kstash.8 ktutil.8 kxd.8 push.8 string2key.8 \ + telnetd.8 verify_krb5_conf.8 # must use supplied ltconfig et. al. for now #USE_LIBTOOL= yes @@ -46,11 +45,11 @@ CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} .endif .if defined(HEIMDAL_HOME) -PREFIX= ${HEIMDAL_HOME} +PREFIX= ${HEIMDAL_HOME} .endif .if exists(${X11BASE}/lib/libX11.a) && !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XLIB= yes .endif .if defined(USE_XLIB) @@ -65,7 +64,7 @@ CONFIGURE_ARGS+= --with-krb4 CONFIGURE_ARGS+= --without-krb4 .endif -PLIST:= ${WRKDIR}/PLIST +PLIST:= ${WRKDIR}/PLIST pre-configure: @(set -e; \ |