mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
25 lines
531 B
Makefile
25 lines
531 B
Makefile
PORTNAME= octave-forge-audio
|
|
DISTVERSIONPREFIX= release-
|
|
DISTVERSION= 2.0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
WWW= https://packages.octave.org/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/../COPYING
|
|
|
|
LIB_DEPENDS+= librtmidi.so:audio/rtmidi
|
|
|
|
USES= compiler:c++11-lang octave pkgconfig autoreconf
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gnu-octave
|
|
GH_PROJECT= octave-audio
|
|
|
|
OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|