2003-01-30 05:11:49 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2003/01/30 05:11:49 kevlo Exp $
|
2001-12-01 12:52:26 +00:00
|
|
|
|
2002-01-26 05:58:41 +00:00
|
|
|
COMMENT= "encrypt and decrypt AES files and streams"
|
2001-12-01 12:52:26 +00:00
|
|
|
|
2003-01-30 05:11:49 +00:00
|
|
|
DISTNAME= ccrypt-1.3
|
2001-12-01 12:52:26 +00:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
HOMEPAGE= http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2002-01-26 05:58:41 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2001-12-01 12:52:26 +00:00
|
|
|
|
2002-01-26 05:58:41 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/ \
|
2002-05-15 17:58:49 +00:00
|
|
|
${MASTER_SITE_SOURCEFORGE:=ccrypt/}
|
2001-12-01 12:52:26 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2003-01-30 05:11:49 +00:00
|
|
|
FLAVORS= emacs21
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Memacs21}
|
|
|
|
BUILD_DEPENDS= :emacs-21.*:editors/emacs21
|
|
|
|
.endif
|
|
|
|
|
2001-12-01 12:52:26 +00:00
|
|
|
.include <bsd.port.mk>
|