diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2000-06-15 14:05:50 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2000-06-15 14:05:50 +0000 |
commit | 224745562ad0070ed00f867a7e2dd131d302d4fc (patch) | |
tree | 9d17937171dbcecd8249ee23ad8cf2c073f02d66 /security/calife/Makefile | |
parent | 76af96ffdfa5ad7208d87f97321acc9ce015333a (diff) | |
download | ports-224745562ad0070ed00f867a7e2dd131d302d4fc.tar.gz ports-224745562ad0070ed00f867a7e2dd131d302d4fc.zip |
Notes
Diffstat (limited to 'security/calife/Makefile')
-rw-r--r-- | security/calife/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/calife/Makefile b/security/calife/Makefile new file mode 100644 index 000000000000..89d15452ee41 --- /dev/null +++ b/security/calife/Makefile @@ -0,0 +1,21 @@ +# 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> |