1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/calife-devel/Makefile
Ollivier Robert 224745562a It is only fitting that I commit a port of one of my programs :-)
Calife is a lightweight version of sudo with a unique feature: you can
limit which user one can become (not just root).

PR:		ports/19269
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
2000-06-15 14:05:50 +00:00

22 lines
413 B
Makefile

# New ports collection makefile for: calife
# Date created: 13 Jun 2000
# Whom: Thomas Quinot <thomas@cuivre.fr.eu.org>
#
# $FreeBSD$
#
PORTNAME= calife
PORTVERSION= 2.8.4
CATEGORIES= security
MASTER_SITES= ftp://postfix.eu.org/pub/calife/
MAINTAINER= thomas@cuivre.fr.eu.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-etcdir=$(PREFIX)/etc"
MAN1= calife.1
MAN5= calife.auth.5
.include <bsd.port.mk>