2000-06-15 16:05:50 +02:00
|
|
|
# New ports collection makefile for: calife
|
|
|
|
# Date created: 13 Jun 2000
|
|
|
|
# Whom: Thomas Quinot <thomas@cuivre.fr.eu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= calife
|
2003-10-06 14:38:53 +02:00
|
|
|
PORTVERSION= 2.8.5
|
2000-06-15 16:05:50 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ftp://postfix.eu.org/pub/calife/
|
|
|
|
|
2002-08-21 02:39:48 +02:00
|
|
|
MAINTAINER= thomas@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A lightweight alternative to sudo
|
2000-06-15 16:05:50 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= "--with-etcdir=$(PREFIX)/etc"
|
|
|
|
|
|
|
|
MAN1= calife.1
|
|
|
|
MAN5= calife.auth.5
|
|
|
|
|
2003-10-16 03:31:58 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 501000
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|