blob: ac652456126cdd20939ea400f141e7d8b213ca88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:34 jlam Exp $
DISTNAME= libmcrypt-2.5.7
PKGREVISION= 1
CATEGORIES= security devel
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \
ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/old/ \
http://mcrypt.hellug.gr/lib/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mcrypt.hellug.gr/
COMMENT= Crypto algorithms library
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
post-install:
${RMDIR} ${PREFIX}/lib/libmcrypt
.include "../../mk/bsd.pkg.mk"
|