aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-rl9-libevent/Makefile
blob: fd39bd3bf44521d0c16a660dce8948d0e23e03c2 (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
PORTNAME=	libevent
PORTVERSION=	2.1.12
DISTVERSIONSUFFIX=	-8.el9_4
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	API for executing callback functions on events or timeouts (Rocky Linux ${LINUX_DIST_VER})
WWW=		https://libevent.org/

LICENSE=	BSD3CLAUSE

USES=		linux:rl9
USE_LDCONFIG=	yes
USE_LINUX_RPM=	yes

CONFLICTS=	linux-c7-${PORTNAME}
DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR=	${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>