2010-11-20 12:22:40 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2010/11/20 17:22:43 espie 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
|
|
|
|
2010-06-30 05:44:07 -04:00
|
|
|
DISTNAME= ccrypt-1.9
|
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>
|
|
|
|
|
2010-06-30 05:44:07 -04:00
|
|
|
# GPLv2+
|
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
|
|
|
|
2010-06-30 05:44:07 -04:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
textproc/intltool
|
2010-11-20 12:22:40 -05:00
|
|
|
BUILD_DEPENDS= emacs->=21,<22:editors/emacs21
|
2010-06-30 05:44:07 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2010-10-18 17:41:44 -04:00
|
|
|
USE_GROFF = Yes
|
2003-01-30 00:11:49 -05:00
|
|
|
|
2001-12-01 07:52:26 -05:00
|
|
|
.include <bsd.port.mk>
|