ports/x11/xcb-util-errors/Makefile

31 lines
509 B
Makefile
Raw Normal View History

2023-08-18 18:38:43 +00:00
COMMENT = XCB utility library naming error, event & request codes
DISTNAME = xcb-util-errors-1.0.1
REVISION = 0
CATEGORIES = x11
HOMEPAGE = https://xcb.freedesktop.org
MAINTAINER = matthieu@openbsd.org
SHARED_LIBS= xcb-errors 0.0
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = Xau Xdmcp xcb
MASTER_SITES = https://xcb.freedesktop.org/dist/
2023-08-28 01:43:33 +00:00
MODULES= lang/python
MODPY_BUILDDEP = Yes
2023-08-18 18:38:43 +00:00
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>