pkgsrc-wip/ccrypt/Makefile
Aleksej Saushev a849059e7c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 18:26:51 +00:00

18 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/09/24 18:26:52 asau 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
GNU_CONFIGURE= yes
USE_TOOLS= perl intltool
USE_PKGLOCALEDIR= yes
CONFIGURE_ENV= EMACS=: # don't require Emacs
.include "../../mk/bsd.pkg.mk"