Files
ports/security/linux-rl9-libsecret/Makefile
T
Dima Panov 433660ccf0 */*: Update Rocky Linux 9 packages to 9.5 release (+)
While here, hook up missed packages to resolve all 'not found' libraries

Sponsored by:	Future Crew, LLC
2024-11-28 03:19:41 +03:00

27 lines
608 B
Makefile

PORTNAME= libsecret
PORTVERSION= 0.20.4
DISTVERSIONSUFFIX= -4.el9
PORTREVISION= 1
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library for storing and retrieving passwords and other secrets
WWW= https://wiki.gnome.org/Projects/Libsecret/
LICENSE= LGPL20+
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX= libgcrypt 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 NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>