1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/audio/suil/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

33 lines
859 B
Makefile

PORTNAME= suil
PORTVERSION= 0.10.12
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= C library for loading and wrapping LV2 plugin UIs
WWW= http://drobilla.net/software/suil/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
RUN_DEPENDS= lv2>=1.14.0:audio/lv2
USES= compiler:c++11-lang gnome pkgconfig python:build qt:5 \
tar:bzip2 waf xorg
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango
USE_QT= core gui widgets x11extras
USE_XORG= x11
USE_LDCONFIG= yes
PLIST_SUB= SUILVERSION=${PORTVERSION}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsuil-0.so.${PORTVERSION}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/suil-0/*.so
.include <bsd.port.mk>