freebsd-ports/net/arla/Makefile

26 lines
475 B
Makefile
Raw Normal View History

# New ports collection makefile for: arla
# Version required: 0.31
# Date created: 09 Sep 1998
# Whom: Peter Hawkins <thepish@FreeBSD.org>
#
1999-08-30 10:24:37 -04:00
# $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
1998-09-15 00:28:20 -04:00
GNU_CONFIGURE= yes
.include <bsd.port.mk>