28 lines
444 B
Makefile
28 lines
444 B
Makefile
|
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/
|
||
|
|
||
|
SEPARATE_BUILD = Yes
|
||
|
USE_GMAKE = Yes
|
||
|
CONFIGURE_STYLE = gnu
|
||
|
|
||
|
NO_TEST = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|