aboutsummaryrefslogtreecommitdiff
path: root/audio/jack-example-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/jack-example-tools/Makefile')
-rw-r--r--audio/jack-example-tools/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/jack-example-tools/Makefile b/audio/jack-example-tools/Makefile
index 35124ec0a815..2362d442ec14 100644
--- a/audio/jack-example-tools/Makefile
+++ b/audio/jack-example-tools/Makefile
@@ -1,9 +1,11 @@
PORTNAME= jack-example-tools
-DISTVERSION= 3
+DISTVERSION= 4
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= dev@submerge.ch
COMMENT= Low latency audio server
+WWW= https://jackaudio.org/
LICENSE= GPLv2 GPLv3+
LICENSE_COMB= multi
@@ -39,11 +41,4 @@ READLINE_USES= readline
READLINE_MESON_ENABLED= readline_support
READLINE_LDFLAGS= -lreadline
-.include <bsd.port.pre.mk>
-
-# The alloca.h header is not available on FreeBSD. Upstream knows:
-# https://github.com/jackaudio/jack-example-tools/pull/56
-post-extract:
- @${TOUCH} ${WRKSRC}/tools/alloca.h
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>