2007-09-15 23:29:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2007/09/15 23:29:58 merdely Exp $
|
2001-12-01 12:52:26 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= encrypt and decrypt AES files and streams
|
2001-12-01 12:52:26 +00:00
|
|
|
|
2004-03-31 06:08:36 +00:00
|
|
|
DISTNAME= ccrypt-1.7
|
2006-02-08 07:52:56 +00:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2001-12-01 12:52:26 +00:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2006-02-05 10:48:57 +00:00
|
|
|
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/ccrypt/
|
2001-12-01 12:52:26 +00:00
|
|
|
|
|
|
|
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
|
2004-12-27 13:28:33 +00:00
|
|
|
WANTLIB= c
|
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>
|