freebsd-ports/audio/orbit-lv2/Makefile
Richard Gallamore 0e305cf798 This line is redundant with cmake.
PR:		221325
Reported by:	mat
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12026
2017-08-17 20:37:09 +00:00

26 lines
641 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= orbit
PORTVERSION= 0.1.431
CATEGORIES= audio
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/orbit.lv2/repository/archive.tar.gz?ref=aca0b7a&dummy=/
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@rawbw.com
COMMENT= LV2 plugin bundle from Open Music Kontrollers
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
USES= cmake pkgconfig
PLIST_FILES= lib/lv2/orbit.lv2/manifest.ttl \
lib/lv2/orbit.lv2/orbit.so \
lib/lv2/orbit.lv2/orbit.ttl
post-extract:
@${MV} ${WRKDIR}/orbit* ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>