1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/security/calife/Makefile
Carlo Strub f87124df63 - Remove A/An in COMMENT
- Trim Header where applicable
2013-03-29 19:33:41 +00:00

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>