mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
f87124df63
- Trim Header where applicable
25 lines
442 B
Makefile
25 lines
442 B
Makefile
# 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>
|