pkgsrc-wip/ccrypt/Makefile
Kamel Ibn Aziz Derouiche 860883bb5b +SET LICENSE= gpl-v2
2010-03-12 18:09:58 +00:00

20 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/03/12 18:09:58 jihbed Exp $
#
DISTNAME= ccrypt-1.9
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
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS= perl intltool
USE_PKGLOCALEDIR= yes
CONFIGURE_ENV= EMACS=: # don't require Emacs
.include "../../mk/bsd.pkg.mk"