freebsd-ports/security/linux-rl9-libxcrypt/Makefile
Dima Panov 82dfb2f204 Linuxulator ports: Update Rocky Linux to 9.3 and add more packages
Sponsored by:	Serenity Cybersecurity, LLC

Co-authored-by:	awoonya <mzhyneva@gmail.com>
2024-05-12 13:01:20 +03:00

22 lines
536 B
Makefile

PORTNAME= libxcrypt
PORTVERSION= 4.4.18
DISTVERSIONSUFFIX= -3.el9
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Extended crypt library for descrypt, md5crypt, bcrypt, and others (Rocky Linux ${LINUX_DIST_VER})
WWW= https://github.com/besser82/libxcrypt
LICENSE= LGPL21+
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>