forked from Lainports/freebsd-ports
The project uses the *.map file with symbols that don't exist. This was a warning on 14 and earlier systems, but it is an error on 15. Reported by: fallout
29 lines
573 B
Makefile
29 lines
573 B
Makefile
PORTNAME= libxcrypt
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.4.36
|
|
PORTREVISION= 1
|
|
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 pkgconfig
|
|
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>
|