1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/audio/blop-lv2/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

26 lines
563 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= blop-lv2
PORTVERSION= 1.0.0
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Bandlimited oscillator plugins for LV2-aware audio applications
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
BUILD_DEPENDS= lv2>0:audio/lv2
USES= pkgconfig python:2.7,build tar:bz2 waf
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/blop.lv2/*.so
.include <bsd.port.mk>