freebsd-ports/security/libmcrypt/Makefile
Martin Wilke 4fa36c64d5 - Update to 2.5.8
PR:             110819
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2007-03-27 08:01:56 +00:00

24 lines
550 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.8
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/lib//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-cipher cryptographic library (used in PHP)
USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-static
USE_LDCONFIG= yes
MAN3= mcrypt.3
.include <bsd.port.mk>