aboutsummaryrefslogblamecommitdiffstats
path: root/net/arla/Makefile
blob: 31dc7b0958548a83d7a718972b1b220eef61b5e7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
                                           
                                                                   
 
           

 
                    
                      

                                                  
 
                                 
 


                                 
 



                                           
                   
 
                      
# New ports collection makefile for:    arla
# Date created:         09 Sep 1998
# Whom:             Peter Hawkins <thepish@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   arla
PORTVERSION=    0.33.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

.include <bsd.port.mk>