1998-09-09 05:51:30 +00:00
|
|
|
# New ports collection makefile for: arla
|
|
|
|
# Version required: 2.7.1ac-0.84
|
|
|
|
# Date created: 09 Sep 1998
|
|
|
|
# Whom: Peter Hawkins <thepish@FreeBSD.ORG>
|
|
|
|
#
|
1998-12-01 08:31:44 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/09/15 04:28:20 asami Exp $
|
1998-09-09 05:51:30 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= arla-0.9
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
|
|
|
|
|
|
|
|
MAINTAINER= thepish@freebsd.org
|
|
|
|
|
1998-09-15 04:27:34 +00:00
|
|
|
#BUILD_DEPENDS= /usr/lib/libkafs.a:/usr/src/kerberosIV/lib/libkafs
|
|
|
|
|
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>
|