2015-03-30 11:11:29 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2015/03/30 17:11:29 shadchin Exp $
|
2012-10-06 09:41:11 -06:00
|
|
|
|
2012-09-28 13:49:12 -06:00
|
|
|
XKC_TOP = ../../..
|
2015-03-30 11:11:29 -06:00
|
|
|
PACKAGE_VERSION = 2.14
|
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>
|