pkgsrc-WIP-changes archive

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

portmidi: added license, cleaned up options.mk



Module Name:	pkgsrc-wip
Committed By:	Manuel Kuklinski <mk%asdfghasdfgh.de@localhost>
Pushed By:	mk
Date:		Sat Nov 11 00:38:35 2023 +0000
Changeset:	387d9ea5149e26880d1ea0bdb86f0244e60a46ac

Modified Files:
	portmidi/Makefile
	portmidi/options.mk

Log Message:
portmidi: added license, cleaned up options.mk

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

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

diffstat:
 portmidi/Makefile   | 2 +-
 portmidi/options.mk | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/portmidi/Makefile b/portmidi/Makefile
index 7bb67be2a4..eba2312c37 100644
--- a/portmidi/Makefile
+++ b/portmidi/Makefile
@@ -9,7 +9,7 @@ GITHUB_TAG=	v${PKGVERSION_NOREV}
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/PortMidi/portmidi/
 COMMENT=	Cross Plattform MIDI IO
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	mit
 
 USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++
diff --git a/portmidi/options.mk b/portmidi/options.mk
index e069ef58d0..eff9b265f1 100644
--- a/portmidi/options.mk
+++ b/portmidi/options.mk
@@ -1,5 +1,4 @@
-PKG_OPTIONS_VAR=	PKG_OPTIONS.csound6
-
+# $NetBSD$
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.portmidi
 PKG_SUPPORTED_OPTIONS=	alsa
@@ -13,7 +12,6 @@ PKG_SUGGESTED_OPTIONS+=	alsa
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=		alsa
 .if !empty(PKG_OPTIONS:Malsa)
 .include "../../audio/alsa-lib/buildlink3.mk"
 .endif


Home | Main Index | Thread Index | Old Index