Files
ports/security/linux-rl9-libassuan/Makefile
T
Dima Panov 7dbd23b9e8 */*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00

27 lines
619 B
Makefile

PORTNAME= libassuan
PORTVERSION= 2.5.5
DISTVERSIONSUFFIX= -3.el9
PORTREVISION= 1
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= IPC library used by GnuPG and gpgme (Rocky Linux ${LINUX_DIST_VER})
WWW= https://gnupg.org/related_software/libassuan/index.en.html
LICENSE= LGPL21+
USES= cpe linux:rl9
CPE_VENDOR= gnupg
USE_LDCONFIG= yes
USE_LINUX= libgpg-error
USE_LINUX_RPM= yes
WANT_LINUX32= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>