1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Switch to USES=libtool

- Strip libraries
This commit is contained in:
Dmitry Marakasov 2014-06-11 09:46:29 +00:00
parent b104a74fd5
commit 0f836ea767
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357448

View File

@ -3,14 +3,17 @@
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)
USE_AUTOTOOLS= libtool
USES= libtool:oldver
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>