pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

boron: Add header files



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <triaxx%NetBSD.org@localhost>
Pushed By:	frederic
Date:		Mon Feb 10 06:54:12 2025 +0100
Changeset:	0c8882b1ee4321321479c18aa0eb7f768dd7478c

Modified Files:
	boron/Makefile
	boron/PLIST

Log Message:
boron: Add header files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c8882b1ee4321321479c18aa0eb7f768dd7478c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 boron/Makefile | 1 +
 boron/PLIST    | 5 +++++
 2 files changed, 6 insertions(+)

diffs:
diff --git a/boron/Makefile b/boron/Makefile
index d1ad4fc058..c64427f15d 100644
--- a/boron/Makefile
+++ b/boron/Makefile
@@ -18,6 +18,7 @@ USE_TOOLS+=	bash:run gmake
 REPLACE_BASH+=	configure
 CONFIG_SHELL=	${BASH}
 BUILD_TARGET=	boron
+INSTALL_TARGET=	install install-dev
 
 LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib
 
diff --git a/boron/PLIST b/boron/PLIST
index 95a836dd11..bab0ce8f7e 100644
--- a/boron/PLIST
+++ b/boron/PLIST
@@ -1,5 +1,10 @@
 @comment $NetBSD$
 bin/boron
+include/boron/boron.h
+include/boron/urlan.h
+include/boron/urlan_atoms.h
+lib/libboron.so
 lib/libboron.so.2
 lib/libboron.so.${PKGVERSION}
 man/man1/boron.1
+share/vim/vimfiles/syntax/boron.vim


Home | Main Index | Thread Index | Old Index