mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 14:31:18 +02:00
20 lines
423 B
Makefile
20 lines
423 B
Makefile
# $FreeBSD: head/x11/xcb-util-keysyms/Makefile 384234 2015-04-18 15:34:36Z kwm $
|
|
|
|
PORTNAME= xcb-util-keysyms
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Standard X key constants and conversion to/from keycodes
|
|
|
|
LIB_DEPENDS= libxcb-util.so:x11/libxcb-util
|
|
|
|
USES= gmake tar:bz2
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|