freebsd-ports/net/arla/Makefile
Assar Westerlund 0921a27eb9 update to 0.34.6
also add USE_XLIB to make bento built this correctly
2000-10-31 16:12:26 +00:00

29 lines
490 B
Makefile

# New ports collection makefile for: arla
# Date created: 09 Sep 1998
# Whom: Peter Hawkins <thepish@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= arla
PORTVERSION= 0.34.6
CATEGORIES= net
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
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
GNU_CONFIGURE= yes
MAN3= cmd.3
.include <bsd.port.mk>