mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bb7f3c6d26
Also, you can't build depend on /usr/src. Please change it to something like a test and marking it BROKEN. Meanwhile, comment out BUILD_DEPENDS.
21 lines
482 B
Makefile
21 lines
482 B
Makefile
# New ports collection makefile for: arla
|
|
# Version required: 2.7.1ac-0.84
|
|
# Date created: 09 Sep 1998
|
|
# Whom: Peter Hawkins <thepish@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/09/09 05:51:30 thepish Exp $
|
|
#
|
|
|
|
DISTNAME= arla-0.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
|
|
|
|
MAINTAINER= thepish@freebsd.org
|
|
|
|
#BUILD_DEPENDS= /usr/lib/libkafs.a:/usr/src/kerberosIV/lib/libkafs
|
|
|
|
CONFIGURE_ARGS= --prefix=$(PREFIX)
|
|
HAS_CONFIGURE= YES
|
|
|
|
.include <bsd.port.mk>
|