2009-03-16 18:44:19 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2009/03/16 22:44:19 sthen Exp $
|
2001-12-01 07:52:26 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= encrypt and decrypt AES files and streams
|
2001-12-01 07:52:26 -05:00
|
|
|
|
2004-03-31 01:08:36 -05:00
|
|
|
DISTNAME= ccrypt-1.7
|
2008-04-01 05:59:33 -04:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2001-12-01 07:52:26 -05:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2006-02-05 05:48:57 -05:00
|
|
|
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/ccrypt/
|
2001-12-01 07:52:26 -05:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2002-01-26 00:58:41 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-27 08:28:33 -05:00
|
|
|
WANTLIB= c
|
2001-12-01 07:52:26 -05:00
|
|
|
|
2002-01-26 00:58:41 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/ \
|
2002-05-15 13:58:49 -04:00
|
|
|
${MASTER_SITE_SOURCEFORGE:=ccrypt/}
|
2001-12-01 07:52:26 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2003-01-30 00:11:49 -05:00
|
|
|
FLAVORS= emacs21
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Memacs21}
|
2009-03-16 18:44:19 -04:00
|
|
|
BUILD_DEPENDS= :emacs->=21,<22:editors/emacs21
|
2003-01-30 00:11:49 -05:00
|
|
|
.endif
|
|
|
|
|
2001-12-01 07:52:26 -05:00
|
|
|
.include <bsd.port.mk>
|