2006-02-08 02:52:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2006/02/08 07:52:56 steven Exp $
|
2001-12-01 07:52:26 -05:00
|
|
|
|
2002-01-26 00:58:41 -05: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
|
2006-02-08 02:52:56 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
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}
|
|
|
|
BUILD_DEPENDS= :emacs-21.*:editors/emacs21
|
|
|
|
.endif
|
|
|
|
|
2001-12-01 07:52:26 -05:00
|
|
|
.include <bsd.port.mk>
|