Lines 2-9
PORTNAME= moony
Link Here
|
2 |
DISTVERSION= 0.36.0 |
2 |
DISTVERSION= 0.36.0 |
3 |
PORTREVISION= 1 |
3 |
PORTREVISION= 1 |
4 |
CATEGORIES= audio |
4 |
CATEGORIES= audio |
5 |
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ |
5 |
MASTER_SITES= https://git.open-music-kontrollers.ch/lv2/moony.lv2/snapshot/ |
6 |
PKGNAMESUFFIX= -lv2 |
6 |
PKGNAMESUFFIX= -lv2 |
|
|
7 |
DISTNAME= ${PORTNAME}.lv2-${DISTVERSION} |
7 |
|
8 |
|
8 |
MAINTAINER= yuri@FreeBSD.org |
9 |
MAINTAINER= yuri@FreeBSD.org |
9 |
COMMENT= Realtime Lua as programmable glue in LV2 |
10 |
COMMENT= Realtime Lua as programmable glue in LV2 |
Lines 14-24
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
14 |
|
15 |
|
15 |
BUILD_DEPENDS= lv2>0:audio/lv2 |
16 |
BUILD_DEPENDS= lv2>0:audio/lv2 |
16 |
|
17 |
|
17 |
USES= compiler:c++11-lang gl meson pkgconfig xorg |
18 |
USES= compiler:c++11-lang gl meson pkgconfig tar:xz xorg |
18 |
USE_XORG= x11 xext |
19 |
USE_XORG= x11 xext |
19 |
USE_GL= gl glew glu |
20 |
USE_GL= gl glew glu |
20 |
|
21 |
|
21 |
post-extract: |
|
|
22 |
@${MV} ${WRKDIR}/moony* ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
23 |
|
24 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |