1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/arla/Makefile
2000-07-11 23:43:18 +00:00

26 lines
462 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@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>