23 lines
489 B
Makefile
23 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/12/29 20:31:39 fgsch Exp $
|
|
|
|
COMMENT= "encrypt and decrypt AES files and streams"
|
|
|
|
DISTNAME= ccrypt-1.2
|
|
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
|
|
|
|
.include <bsd.port.mk>
|