pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libopeninput: add Makefile.common
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Tue Feb 24 12:52:15 2026 +0100
Changeset: 8755ee05be88e88bfa5a29251b71783d34483c8b
Modified Files:
libopeninput/Makefile
Added Files:
libopeninput/Makefile.common
Log Message:
libopeninput: add Makefile.common
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8755ee05be88e88bfa5a29251b71783d34483c8b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libopeninput/Makefile | 9 ++-------
libopeninput/Makefile.common | 12 ++++++++++++
2 files changed, 14 insertions(+), 7 deletions(-)
diffs:
diff --git a/libopeninput/Makefile b/libopeninput/Makefile
index 91f55f4068..388189fa72 100644
--- a/libopeninput/Makefile
+++ b/libopeninput/Makefile
@@ -1,14 +1,9 @@
# $NetBSD$
-DISTNAME= libopeninput-1.26.2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=sizeofvoid/}
-GITHUB_TAG= 5e93d5c82d455c3901c2cb9b40dbbe5358a88e30
+.include "Makefile.common"
-MAINTAINER= kikadf.01%gmail.com@localhost
-HOMEPAGE= https://github.com/sizeofvoid/libopeninput/tree/build-on-openbsd/
+DISTNAME= libopeninput-${VERSION}
COMMENT= Wscons(4) and kqueue(2) based port of libinput
-LICENSE= mit
USE_TOOLS+= pkg-config
diff --git a/libopeninput/Makefile.common b/libopeninput/Makefile.common
new file mode 100644
index 0000000000..b59c624ea5
--- /dev/null
+++ b/libopeninput/Makefile.common
@@ -0,0 +1,12 @@
+# $NetBSD$
+# used by devel/libopeninput/Makefile
+# used by devel/input-headers/Makefile
+
+VERSION= 1.26.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=sizeofvoid/}
+GITHUB_TAG= 5e93d5c82d455c3901c2cb9b40dbbe5358a88e30
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://github.com/sizeofvoid/libopeninput/tree/build-on-openbsd/
+LICENSE= mit
Home |
Main Index |
Thread Index |
Old Index