freebsd-ports/net/arla/Makefile
Kris Kennaway b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00

39 lines
819 B
Makefile

# New ports collection makefile for: arla
# Date created: 09 Sep 1998
# Whom: Peter Hawkins <thepish@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= arla
PORTVERSION= 0.35.6
CATEGORIES= net
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
MAINTAINER= ports@FreeBSD.org
COMMENT= A free AFS client implementation
BROKEN= "Does not build"
EXPIRATION_DATE=2005-02-18
DEPRECATED= ${BROKEN}
USE_XLIB= yes
.if !exists(/usr/lib/libkafs.a)
IGNORE= requires kerberos
.endif
.if !exists(/usr/src/sys/kern/vnode_if.src)
IGNORE= requires kernel source
.endif
GNU_CONFIGURE= yes
MAN1= rxdebug.1 tokens.1 unlog.1 aklog.1 klog.1 fs.1 kalog.1 pts.1 \
udebug.1
MAN3= cmd.3
MAN5= CellServDB.5 DynRootDB.5 ThisCell.5 SuidCells.5
MAN8= mount_xfs.8 umount_xfs.8 arlad.8 arla-cli.8 vos.8 bos.8
INFO= arla
.include <bsd.port.mk>