1998-09-09 05:51:30 +00:00
|
|
|
# New ports collection makefile for: arla
|
|
|
|
# Date created: 09 Sep 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Peter Hawkins <thepish@FreeBSD.org>
|
1998-09-09 05:51:30 +00:00
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-09-09 05:51:30 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= arla
|
2001-08-01 04:21:05 +00:00
|
|
|
PORTVERSION= 0.35.5
|
2001-09-12 03:42:42 +00:00
|
|
|
PORTREVISION= 2
|
1998-09-09 05:51:30 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
|
|
|
|
|
2000-07-11 23:43:18 +00:00
|
|
|
MAINTAINER= assar@freebsd.org
|
1998-09-09 05:51:30 +00:00
|
|
|
|
2000-10-31 16:12:26 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
|
1999-05-02 09:36:40 +00:00
|
|
|
.if !exists(/usr/lib/libkafs.a)
|
|
|
|
BROKEN= requires kerberos
|
|
|
|
.endif
|
1998-09-15 04:27:34 +00:00
|
|
|
|
1998-12-01 08:31:44 +00:00
|
|
|
.if !exists(/usr/src/sys/kern/vnode_if.src)
|
|
|
|
BROKEN= 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
|
2001-09-10 21:06:32 +00:00
|
|
|
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
|
1998-09-09 05:51:30 +00:00
|
|
|
|
1998-09-15 04:27:34 +00:00
|
|
|
.include <bsd.port.mk>
|