1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/arla/Makefile

37 lines
769 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 14:24:37 +00:00
# $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
ROKEN= "Does not build"
2002-05-18 03:17:40 +00:00
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
1998-09-15 04:28:20 +00:00
GNU_CONFIGURE= yes
2001-08-02 07:55:20 +00:00
MAN1= rxdebug.1 tokens.1 unlog.1 aklog.1 klog.1 fs.1 kalog.1 pts.1 \
udebug.1
MAN3= cmd.3
2001-08-02 07:55:20 +00:00
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>