freebsd-ports/net/arla/Makefile

29 lines
490 B
Makefile
Raw Normal View History

# New ports collection makefile for: arla
# Date created: 09 Sep 1998
# Whom: Peter Hawkins <thepish@FreeBSD.org>
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= arla
PORTVERSION= 0.34.6
CATEGORIES= net
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
2000-07-12 01:43:18 +02:00
MAINTAINER= assar@freebsd.org
USE_XLIB= yes
.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 06:28:20 +02:00
GNU_CONFIGURE= yes
MAN3= cmd.3
.include <bsd.port.mk>