3309f25f92
Reported by: pkg-fallout
35 lines
950 B
Makefile
35 lines
950 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= triceratops
|
|
DISTVERSIONPREFIX= lv2-v
|
|
DISTVERSION= 0.3.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/triceratops
|
|
PKGNAMESUFFIX= -lv2
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Polyphonic synthesizer LV2 plugin
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN= triceratops_gui.cpp:892:26: error: cannot initialize a member subobject of type 'LV2UI_Handle'
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-08-15
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= compiler:c++11-lang gnome pkgconfig python:2.7,build waf
|
|
USE_GNOME= cairo cairomm gdkpixbuf2 gtk20 gtkmm24
|
|
NO_WRKSUBDIR= yes
|
|
LDFLAGS_i386= -Wl,-znotext
|
|
|
|
post-install:
|
|
@${STRIP_CMD} \
|
|
${STAGEDIR}${PREFIX}/lib/lv2/triceratops.lv2/triceratops.so \
|
|
${STAGEDIR}${PREFIX}/lib/lv2/triceratops.lv2/triceratops_gui.so
|
|
|
|
.include <bsd.port.mk>
|