aboutsummaryrefslogtreecommitdiffstats
path: root/net/arla/Makefile
blob: fd7221899f6f80f2447018b72d3b5a374b939d55 (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
# New ports collection makefile for:    arla
# Version required:     2.7.1ac-0.84
# Date created:         09 Sep 1998
# Whom:             Peter Hawkins <thepish@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1998/12/01 08:31:44 asami Exp $
#

DISTNAME=   arla-0.9
CATEGORIES= net
MASTER_SITES=   ftp://ftp.stacken.kth.se/pub/arla/

MAINTAINER= thepish@freebsd.org

.if !exists(/usr/lib/libkafs.a)
BROKEN=     requires kerberos
.endif

.if !exists(/usr/src/sys/kern/vnode_if.src)
BROKEN=     requires kernel source
.endif

GNU_CONFIGURE=  yes

.include <bsd.port.mk>