14 lines
388 B
Makefile
14 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/08/02 19:55:25 amadeus_z Exp $
|
|
#
|
|
|
|
DISTNAME= ccrypt-1.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
|
|
|
|
MAINTAINER= poff@sixbit.org
|
|
HOMEPAGE= http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
|
|
COMMENT= Encrypts/decrypts files using Rijndael block cipher
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|