head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.04.13.15.24.45;	author kikadf;	state Exp;
branches;
next	;
commitid	6mqMBpej2Cb0nOBG;


desc
@@


1.1
log
@
input-headers: new package

The input header files from libopeninput to avoid
circular dependency between libevdev-chunk and
libopeninput.
@
text
@# $NetBSD$

.include "../../devel/libopeninput/Makefile.common"

PKGNAME=	input-headers-${VERSION}
COMMENT=	Input headers from libopeninput

USE_TOOLS+=	pax

INSTALLATION_DIRS+=	include/linux

do-configure:

do-build:

do-install:
	${RUN} cd ${WRKSRC}/include/linux && \
		${FIND} . -type f -name "*.h" -print | pax -rw -pmp ${DESTDIR}${PREFIX}/include/linux

.include "../../mk/bsd.pkg.mk"
@
