2dc6dfd7c9
- while here switch to the proper way to depend on Qt - pet portlint Approved by: portmgr (implicit)
34 lines
876 B
Makefile
34 lines
876 B
Makefile
# Created by: Michael Beer <beerml@sigma6audio.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suil
|
|
PORTVERSION= 0.10.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.drobilla.net/
|
|
|
|
MAINTAINER= beerml@sigma6audio.de
|
|
COMMENT= Suil is a C library for loading and wrapping LV2 plugin UIs
|
|
|
|
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
|
|
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango
|
|
USE_QT= core gui widgets
|
|
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>
|