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