blob: 096d34ac0f8ccf62d2a1b3d72926ad1d61470fd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PORTNAME= dbus
PORTVERSION= 1.12.20
DISTVERSIONSUFFIX= -8.el9
PORTREVISION= 3
CATEGORIES= devel linux
PKGNAMESUFFIX= -libs
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries for accessing D-BUS (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.freedesktop.org/Software/dbus
LICENSE= GPLv2+
USES= cpe linux:rl9
USE_LDCONFIG= yes
USE_LINUX= expat systemd-libs
USE_LINUX_RPM= yes
WANT_LINUX32= yes
CPE_VENDOR= freedesktop
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \
${PORTNAME}-glib-0.110-13.el9
SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \
${PORTNAME}-glib-0.110-13.el9${SRC_SUFX}:SOURCE
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|