openbsd-ports/security/ccrypt/Makefile

32 lines
620 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2008/04/01 09:59:33 jasper Exp $
COMMENT= encrypt and decrypt AES files and streams
2004-03-31 01:08:36 -05:00
DISTNAME= ccrypt-1.7
PKGNAME= ${DISTNAME}p2
CATEGORIES= security
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/ccrypt/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
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
MASTER_SITES= ${HOMEPAGE}/download/ \
2002-05-15 13:58:49 -04:00
${MASTER_SITE_SOURCEFORGE:=ccrypt/}
CONFIGURE_STYLE= gnu
FLAVORS= emacs21
FLAVOR?=
.if ${FLAVOR:L:Memacs21}
BUILD_DEPENDS= :emacs-21.*:editors/emacs21
.endif
.include <bsd.port.mk>