blob: b5683b49dfcb357d41ac700a94481dd68833ca96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Ports collection Makefile for: heimdal
# Version required: 0.2a
# Date created: 10/23/1999
# Whom: nectar@FreeBSD.ORG
#
# $FreeBSD$
#
DISTNAME= heimdal-0.2d
CATEGORIES= security
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
RESTRICTED= "Crypto; export-controlled"
USE_LIBTOOL= YES
CONFIGURE_ARGS= --enable-shared
.if defined(HEIMDAL_HOME)
PREFIX= ${HEIMDAL_HOME}
.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
.include <bsd.port.mk>
|