2021-08-02 08:39:02 +02:00
|
|
|
PORTNAME= alsa-seq-server
|
|
|
|
DISTVERSIONPREFIX= v
|
2022-09-06 11:10:15 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2023-03-30 19:12:34 +02:00
|
|
|
PORTREVISION= 1
|
2021-08-02 08:39:02 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
2023-07-22 17:27:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2021-08-02 08:39:02 +02:00
|
|
|
COMMENT= ALSA MIDI sequencer server
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/hselasky/alsa-seq-server
|
2021-08-02 08:39:02 +02:00
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
USES= tar:bzip2 uidfix
|
|
|
|
|
2022-01-23 15:53:45 +01:00
|
|
|
USE_RC_SUBR= alsa_seq_server
|
|
|
|
|
2021-08-02 08:39:02 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= hselasky
|
|
|
|
|
|
|
|
PLIST_FILES= sbin/alsa-seq-server \
|
|
|
|
man/man8/alsa-seq-server.8.gz
|
|
|
|
|
2021-10-16 11:51:03 +02:00
|
|
|
OPTIONS_DEFINE= DEBUG
|
2021-08-02 08:39:02 +02:00
|
|
|
|
|
|
|
MAKE_ARGS+= HAVE_MAN="YES"
|
|
|
|
MAKE_ARGS+= PTHREAD_LIBS="-lpthread"
|
|
|
|
|
|
|
|
DEBUG_MAKE_ARGS= HAVE_DEBUG="YES"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|