xref: /mports/security/libxcrypt/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	libxcrypt
2DISTVERSIONPREFIX=	v
3DISTVERSION=	4.4.36
4CATEGORIES=	security
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	Extended crypt library for descrypt, md5crypt, bcrypt, and others
8WWW=		https://github.com/besser82/libxcrypt
9
10LICENSE=	lgpl2.1
11
12USES=		autoreconf gmake libtool pkgconfig
13USE_LDCONFIG=	yes
14
15USE_GITHUB=	yes
16GH_ACCOUNT=	besser82
17
18GNU_CONFIGURE=	yes
19GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
20CONFIGURE_ARGS=	--disable-static
21
22CFLAGS+=	-Wno-gnu-statement-expression
23
24TEST_TARGET=	check
25
26post-install:
27	@${STRIP_CMD} ${PREFIX}/lib/libcrypt.so.2.0.0
28
29.include <bsd.port.mk>
30

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026