ports/devel/linux-rl9-libsoup/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

24 lines
553 B
Makefile

PORTNAME= libsoup
PORTVERSION= 2.72.0
DISTVERSIONSUFFIX= -8.el9
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= SOAP (Simple Object Access Protocol) implementation in C (Rocky Linux ${LINUX_DIST_VER})
WWW= https://libsoup.org/
LICENSE= LGPL20
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX= libgcrypt libpsl
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>