744d776bc9
PR: 51673 Submitted by: KATO Tsuguru <tkato@prontomail.com>
25 lines
592 B
Makefile
25 lines
592 B
Makefile
# 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.7
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \
|
|
ftp://ftp.ntua.gr/pub/security/mcrypt/libmcrypt/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multi-cipher cryptographic library (used in PHP3)
|
|
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --enable-static
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN3= mcrypt.3
|
|
|
|
.include <bsd.port.mk>
|