blob: a5ec3a8ff80115cade463814d43f6942efaa3f93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Thomas Quinot <thomas@cuivre.fr.eu.org>
# $FreeBSD$
#
PORTNAME= calife
PORTVERSION= 2.8.6.5
CATEGORIES= security
MASTER_SITES= http://assets.keltia.net/calife/
DISTNAME= calife-2.8.6-p5
MAINTAINER= thomas@FreeBSD.org
COMMENT= Lightweight alternative to sudo
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-etcdir=${PREFIX}/etc"
CONFLICTS?= calife-3.*
MAN1= calife.1
MAN5= calife.auth.5
.include <bsd.port.mk>
|