mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
28 lines
491 B
Makefile
28 lines
491 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.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
|
|
|
|
MAINTAINER= assar@freebsd.org
|
|
|
|
.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>
|