mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Finaly we can get Linux Steam utils works again! :) While here, pet reative paths Sponsored by: Future Crew, LLC
24 lines
555 B
Makefile
24 lines
555 B
Makefile
PORTNAME= libevent
|
|
PORTVERSION= 2.1.12
|
|
DISTVERSIONSUFFIX= -8.el9_4
|
|
PORTREVISION= 2
|
|
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
|
|
WANT_LINUX32= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|