/devel/pmk/

it repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/security/libmcrypt/Makefile
blob: a3bbe36d0f4b61f18e720a4f3b3c8f6ebb716357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    mcrypt
# Date created:     Mon Jun 28 18:02:04 PDT 1999
# Whom:         nsayer@freebsd.org
#
# $FreeBSD$
#

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

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

USE_AUTOTOOLS=  libtool
CONFIGURE_ARGS= --enable-static
MAKE_JOBS_SAFE= yes
USE_LDCONFIG=   yes

MAN3=       mcrypt.3

.include <bsd.port.mk>