blob: ef6971000eed5707c7435bbd448b55e581136a58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.6 2001/11/28 12:50:05 wiz Exp $
DISTNAME= libmcrypt-2.4.18
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= packages@netbsd.org
HOMEPAGE= http://mcrypt.hellug.gr/
COMMENT= crypto algorithms library
USE_BUILDLINK_ONLY= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
post-extract:
${RM} -rf ${WRKSRC}/libltdl
.include "../../devel/libtool/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|