mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
23 lines
452 B
Makefile
23 lines
452 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.4d
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://postfix.eu.org/pub/calife/
|
|
|
|
MAINTAINER= thomas@FreeBSD.org
|
|
COMMENT= A lightweight alternative to sudo
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--with-etcdir=$(PREFIX)/etc"
|
|
|
|
MAN1= calife.1
|
|
MAN5= calife.auth.5
|
|
|
|
.include <bsd.port.mk>
|