pkgsrc-wip/ccrypt/Makefile

19 lines
483 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2012/09/24 18:26:52 asau Exp $
#
2016-03-17 10:52:14 +01:00
DISTNAME= ccrypt-1.10
CATEGORIES= security
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/ccrypt/download/
MAINTAINER= poff@sixbit.org
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/ccrypt/
2003-08-02 21:55:25 +02:00
COMMENT= Encrypts/decrypts files using Rijndael block cipher
2010-03-12 19:09:58 +01:00
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS= perl intltool
USE_PKGLOCALEDIR= yes
CONFIGURE_ENV= EMACS=: # don't require Emacs
2003-08-02 21:55:25 +02:00
.include "../../mk/bsd.pkg.mk"