1998-09-09 01:51:30 -04:00
|
|
|
# New ports collection makefile for: arla
|
2000-03-04 17:05:19 -05:00
|
|
|
# Version required: 0.31
|
1998-09-09 01:51:30 -04:00
|
|
|
# Date created: 09 Sep 1998
|
1999-08-31 02:53:31 -04:00
|
|
|
# Whom: Peter Hawkins <thepish@FreeBSD.org>
|
1998-09-09 01:51:30 -04:00
|
|
|
#
|
1999-08-30 10:24:37 -04:00
|
|
|
# $FreeBSD$
|
1998-09-09 01:51:30 -04:00
|
|
|
#
|
|
|
|
|
2000-03-04 17:05:19 -05:00
|
|
|
DISTNAME= arla-0.31
|
1998-09-09 01:51:30 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
|
|
|
|
|
|
|
|
MAINTAINER= thepish@freebsd.org
|
|
|
|
|
1999-05-02 05:36:40 -04:00
|
|
|
.if !exists(/usr/lib/libkafs.a)
|
|
|
|
BROKEN= requires kerberos
|
|
|
|
.endif
|
1998-09-15 00:27:34 -04:00
|
|
|
|
1998-12-01 03:31:44 -05:00
|
|
|
.if !exists(/usr/src/sys/kern/vnode_if.src)
|
|
|
|
BROKEN= requires kernel source
|
|
|
|
.endif
|
|
|
|
|
1998-09-15 00:28:20 -04:00
|
|
|
GNU_CONFIGURE= yes
|
1998-09-09 01:51:30 -04:00
|
|
|
|
1998-09-15 00:27:34 -04:00
|
|
|
.include <bsd.port.mk>
|