1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/xkbcomp/Makefile
Niclas Zeising 8ed49557f8 Add a new xorg module, to use with USE_XORG: xorg-macros. This module
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.

Reviewed by:	kwm, bapt
Obtained from:	xorg development repo (partly)
2013-03-11 19:14:28 +00:00

22 lines
316 B
Makefile

# $FreeBSD$
PORTNAME= xkbcomp
PORTVERSION= 1.2.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Compile XKB keyboard description
LICENSE= MIT
XORG_CAT= app
USE_XORG= x11 xkbfile xorg-macros
USES= pathfix
PLIST_FILES= bin/xkbcomp \
libdata/pkgconfig/xkbcomp.pc
MAN1= xkbcomp.1
.include <bsd.port.mk>