e9be18a8f5
PR: 221554 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12996
29 lines
664 B
Makefile
29 lines
664 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= triceratops
|
|
DISTVERSIONPREFIX= lv2-v
|
|
DISTVERSION= 0.3.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/triceratops
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Polyphonic synthesizer LV2 plugin
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= pkgconfig waf
|
|
USE_GNOME= cairo cairomm gdkpixbuf2 gtk20 gtkmm24
|
|
NO_WRKSUBDIR= yes
|
|
|
|
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>
|