14 lines
372 B
Makefile
14 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/10/29 08:32:39 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= ccrypt-1.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/ccrypt/download/
|
|
|
|
MAINTAINER= poff@sixbit.org
|
|
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/ccrypt/
|
|
COMMENT= Encrypts/decrypts files using Rijndael block cipher
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|