freebsd-ports/audio/alsa-seq-server/Makefile
Rene Ladan e164e7a5e9 *: return Hans Petter Selasky's ports to the pool after he passed away.
portmgr would like to thank Hans Petter for his years of ports maintenance
and his work on FreeBSD in general. May he rest in peace.

An in-memoriam can be read at
https://lists.freebsd.org/archives/freebsd-announce/2023-July/000076.html

With hat:	portmgr-secretary
2023-07-22 17:33:48 +02:00

30 lines
552 B
Makefile

PORTNAME= alsa-seq-server
DISTVERSIONPREFIX= v
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= ALSA MIDI sequencer server
WWW= https://github.com/hselasky/alsa-seq-server
LICENSE= BSD2CLAUSE
USES= tar:bzip2 uidfix
USE_RC_SUBR= alsa_seq_server
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>