mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
18 lines
265 B
Makefile
18 lines
265 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libxkbfile
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= XKB file library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 kbproto:both
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|