summaryrefslogtreecommitdiff
path: root/security/heimdal/Makefile
blob: 5eda53a9f1ebc24e70bf40f4bb156956ccfec9f6 (plain) (blame)
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
# Ports collection Makefile for:	heimdal
# Version required:			0.2a
# Date created:				10/23/1999
# Whom:					nectar@FreeBSD.ORG
#
# $FreeBSD$
#

DISTNAME=		heimdal-0.2c
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
USE_GMAKE=		YES
CONFIGURE_ARGS=		--enable-shared=YES
CONFIGURE_ENV=		INSTALL_TMP="cp"
MAKE_ENV=		INSTALL_TMP="cp"

.if defined(HEIMDAL_HOME)
PREFIX=			${HEIMDAL_HOME}
.endif

# XXX  I patched Makefile*, but I want to avoid rerunning automake
post-patch:
	find ${WRKSRC} -name Makefile.in -print | xargs ${TOUCH}

.include <bsd.port.mk>