aboutsummaryrefslogtreecommitdiffstats
path: root/security/libmcrypt/Makefile
blob: c60f6a64903d8e54be7e1108e582e302e7820b72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: nsayer@FreeBSD.org
# $FreeBSD$

PORTNAME=   libmcrypt
PORTVERSION=    2.5.8
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   SF/mcrypt/Libmcrypt/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Multi-cipher cryptographic library (used in PHP)

USES=       libtool:oldver
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-static
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes

.include <bsd.port.mk>