mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
26 lines
604 B
Makefile
26 lines
604 B
Makefile
PORTNAME= libsoup
|
|
PORTVERSION= 2.72.0
|
|
DISTVERSIONSUFFIX= -8.el9_5.3
|
|
PORTREVISION= 3
|
|
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
|
|
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>
|