2012-10-23 20:16:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2012/10/23 18:16:36 asau Exp $
|
2000-11-10 12:34:44 +01:00
|
|
|
|
Update to 2.6.8. Apparently fixed some compilation issues (presumably
due to GCC 4), though those aren't mentioned in the upstream change log.
Other changes:
2007-06-09 gettextize <bug-gnu-gettext@gnu.org>
* m4/gettext.m4: New file, from gettext-0.16.1.
* m4/iconv.m4: New file, from gettext-0.16.1.
* m4/lib-ld.m4: New file, from gettext-0.16.1.
* m4/lib-link.m4: New file, from gettext-0.16.1.
* m4/lib-prefix.m4: New file, from gettext-0.16.1.
* m4/nls.m4: New file, from gettext-0.16.1.
* m4/po.m4: New file, from gettext-0.16.1.
* m4/progtest.m4: New file, from gettext-0.16.1.
2003-03-08 17:38 nmav
* Makefile.am:
Honor DESTDIR variable. Patch by Andrew W. Nosenko <awn@bcs.zp.ua>
2003-03-08 17:29 nmav
* src/mcrypt.c, NEWS:
Made the algorithm and mode command line input case insensitive.
2003-03-08 17:08 nmav
* doc/mcrypt.1:
some corrections in the manpage by Michael Mason
<mgm@eskimoman.net>
2008-12-15 21:59:28 +01:00
|
|
|
DISTNAME= mcrypt-2.6.8
|
2011-11-26 05:39:19 +01:00
|
|
|
PKGREVISION= 2
|
2000-11-10 12:34:44 +01:00
|
|
|
CATEGORIES= security devel
|
2007-04-30 21:28:34 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
|
2000-11-10 12:34:44 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-04-30 14:52:10 +02:00
|
|
|
HOMEPAGE= http://mcrypt.sourceforge.net/
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Replacement to crypt(1), supports many crypto algorithms
|
2000-11-10 12:34:44 +01:00
|
|
|
|
2007-04-30 21:28:34 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_GZIP="gzip"
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_BZIP2="bzip2"
|
2002-08-25 23:48:57 +02:00
|
|
|
|
2004-04-25 05:32:00 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2011-11-26 05:39:19 +01:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2004-04-25 05:32:00 +02:00
|
|
|
.include "../../security/libmcrypt/buildlink3.mk"
|
|
|
|
.include "../../security/mhash/buildlink3.mk"
|
2000-11-10 12:34:44 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|