2017-02-08 14:33:42 -07:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2017/02/08 21:33:42 danj Exp $
|
2012-10-06 09:41:11 -06:00
|
|
|
|
2012-09-28 13:49:12 -06:00
|
|
|
XKC_TOP = ../../..
|
2017-02-08 14:33:42 -07:00
|
|
|
PACKAGE_VERSION = 2.20
|
2012-09-28 13:49:12 -06:00
|
|
|
PKGCONFIG = xkeyboard-config.pc
|
2012-10-06 09:41:11 -06:00
|
|
|
EXTRA_PKGCONFIG_SUBST = -e 's,@VERSION@,${PACKAGE_VERSION},g' \
|
2012-09-28 13:49:12 -06:00
|
|
|
-e 's,@xkb_base@,${XKB_BASE},g'
|
|
|
|
|
|
|
|
install: install-pc
|
2012-10-06 09:41:11 -06:00
|
|
|
|
2012-09-28 13:49:12 -06:00
|
|
|
.include <bsd.xorg.mk>
|