1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/arla/Makefile
Kris Kennaway d12f14432c Replace AWOL maintainer with an active one (Assar Westerlund <assar@stacken.kth.se>)
No response from:	thepish (previous maintainer)
2000-04-16 23:43:54 +00:00

26 lines
463 B
Makefile

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