freebsd-ports/net/arla/Makefile
Kris Kennaway c35617de84 Update to arla 0.31
Submitted by:	Assar Westerlund <assar@stacken.kth.se>
PR:		17036
2000-03-04 22:05:19 +00:00

26 lines
475 B
Makefile

# New ports collection makefile for: arla
# Version required: 0.31
# Date created: 09 Sep 1998
# Whom: Peter Hawkins <thepish@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= arla-0.31
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>