blob: 32313a63a37d4bf44b67faf071b51c463c5c7b58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= tap-plugins
DISTVERSION= g20180220
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= LV2 port for the TAP (Tom's Audio Processing) plugins
WWW= http://tap-plugins.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
USES= gmake localbase
USE_GITHUB= yes
GH_ACCOUNT= moddevices
GH_PROJECT= tap-lv2
GH_TAGNAME= cab6e0d
MAKE_ENV+= NOOPT=true
post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/lib/lv2/*.lv2/*.so
.include <bsd.port.mk>
|