openbsd-ports/security/ccrypt/Makefile
kevlo 5f0b6b4f33 - upgrade to version 1.3
- add FLAVOR emacs21
2003-01-30 05:11:49 +00:00

30 lines
592 B
Makefile

# $OpenBSD: Makefile,v 1.6 2003/01/30 05:11:49 kevlo Exp $
COMMENT= "encrypt and decrypt AES files and streams"
DISTNAME= ccrypt-1.3
CATEGORIES= security
HOMEPAGE= http://quasar.mathstat.uottawa.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
MASTER_SITES= ${HOMEPAGE}/download/ \
${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>