aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt/Makefile
blob: 37c57c35268cb1d8a6751d70ae125cb089555572 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	libmcrypt
PORTVERSION=	2.5.8
PORTREVISION=	4
CATEGORIES=	security
MASTER_SITES=	SF/mcrypt/Libmcrypt/${PORTVERSION}

MAINTAINER=	john@essenz.com
COMMENT=	Multi-cipher cryptographic library (used in PHP)
WWW=		https://mcrypt.sourceforge.net/

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

USES=		libtool
USE_LDCONFIG=	yes

CONFIGURE_ARGS=	--enable-static
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>