mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
4a87f6f870
Approved by: portmgr (blanket)
23 lines
484 B
Makefile
23 lines
484 B
Makefile
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>
|