update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / ccrypt / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       ccrypt-1.9
5 CATEGORIES=     security
6 MASTER_SITES=   http://www.mathstat.dal.ca/~selinger/ccrypt/download/
7
8 MAINTAINER=     poff@sixbit.org
9 HOMEPAGE=       http://www.mathstat.dal.ca/~selinger/ccrypt/
10 COMMENT=        Encrypts/decrypts files using Rijndael block cipher
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 GNU_CONFIGURE=          yes
15 USE_TOOLS=              perl intltool
16 USE_PKGLOCALEDIR=       yes
17 CONFIGURE_ENV=          EMACS=: # don't require Emacs
18
19 .include "../../mk/bsd.pkg.mk"