freebsd-ports/net/arla/Makefile
Kris Kennaway 2ceec1944e Upgrade to arla 0.33.1
Submitted by:	Assar Westerlund <assar@stacken.kth.se>
PR:		ports/18580
2000-05-18 03:12:00 +00:00

26 lines
465 B
Makefile

# New ports collection makefile for: arla
# Date created: 09 Sep 1998
# Whom: Peter Hawkins <thepish@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= arla
PORTVERSION= 0.33.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
MAINTAINER= assar@stacken.kth.se
.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>