mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
audio/alsa-seq-server: Initial version (v1.0.0)
- ALSA MIDI sequencer server. Approved by: pi (implicit)
This commit is contained in:
parent
7cb5fb3560
commit
a3c9b320db
@ -17,6 +17,7 @@
|
||||
SUBDIR += alo-lv2
|
||||
SUBDIR += alsa-lib
|
||||
SUBDIR += alsa-plugins
|
||||
SUBDIR += alsa-seq-server
|
||||
SUBDIR += alsa-sndio
|
||||
SUBDIR += alsa-utils
|
||||
SUBDIR += alure
|
||||
|
28
audio/alsa-seq-server/Makefile
Normal file
28
audio/alsa-seq-server/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
|
||||
|
||||
PORTNAME= alsa-seq-server
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= hselasky@FreeBSD.org
|
||||
COMMENT= ALSA MIDI sequencer server
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= tar:bzip2 uidfix
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hselasky
|
||||
|
||||
PLIST_FILES= sbin/alsa-seq-server \
|
||||
man/man8/alsa-seq-server.8.gz
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
MAKE_ARGS+= HAVE_MAN="YES"
|
||||
MAKE_ARGS+= PTHREAD_LIBS="-lpthread"
|
||||
|
||||
DEBUG_MAKE_ARGS= HAVE_DEBUG="YES"
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/alsa-seq-server/distinfo
Normal file
3
audio/alsa-seq-server/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1627886108
|
||||
SHA256 (hselasky-alsa-seq-server-v1.0.0_GH0.tar.gz) = 3ad38d8f966d2bbd5bd9a0256b518a1308ff0eca225d25953bf4757852e6dc8f
|
||||
SIZE (hselasky-alsa-seq-server-v1.0.0_GH0.tar.gz) = 27894
|
3
audio/alsa-seq-server/pkg-descr
Normal file
3
audio/alsa-seq-server/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
ALSA MIDI sequencer server.
|
||||
|
||||
WWW: https://github.com/hselasky/alsa-seq-server
|
Loading…
Reference in New Issue
Block a user