Finaly we can get Linux Steam utils works again! :) While here, pet reative paths Sponsored by: Future Crew, LLC
24 lines
434 B
Makefile
24 lines
434 B
Makefile
PORTNAME= atk
|
|
PORTVERSION= 2.36.0
|
|
DISTVERSIONSUFFIX= -5.el9
|
|
PORTREVISION= 1
|
|
CATEGORIES= accessibility linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Accessibility Toolkit (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://developer.gnome.org/atk/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|