freebsd-ports/security/libxcrypt/Makefile
Yuri Victorovich fa5d97e70c security/libxcrypt: Update 4.4.35 → 4.4.36
Reported by:	portscout
2023-07-06 12:20:26 -07:00

28 lines
547 B
Makefile

PORTNAME= libxcrypt
DISTVERSIONPREFIX= v
DISTVERSION= 4.4.36
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
COMMENT= Extended crypt library for descrypt, md5crypt, bcrypt, and others
WWW= https://github.com/besser82/libxcrypt
LICENSE= LGPL21
USES= autoreconf gmake libtool
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= besser82
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
CFLAGS+= -Wno-gnu-statement-expression
TEST_TARGET= check
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcrypt.so.2.0.0
.include <bsd.port.mk>