mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
28 lines
523 B
Makefile
28 lines
523 B
Makefile
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= https://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>
|