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