2017-11-01 22:59:24 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= foo-yc20
|
|
|
|
DISTVERSION= 1.3.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 20:46:53 +00:00
|
|
|
PORTREVISION= 1
|
2017-11-01 22:59:24 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Faust implementation of a 1969-designed Yamaha combo organ, the YC-20
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
|
|
LIB_DEPENDS= libjack.so:audio/jack \
|
|
|
|
libfreetype.so:print/freetype2 \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig
|
|
|
|
|
2018-12-23 18:03:57 +00:00
|
|
|
USES= compiler:c++11-lang gmake gnome localbase pkgconfig
|
2017-11-01 22:59:24 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= sampov2
|
|
|
|
USE_GNOME= gtk20 gdkpixbuf2 cairo
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|install -Dm|install -m|' ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} \
|
|
|
|
${STAGEDIR}${PREFIX}/bin/* \
|
|
|
|
${STAGEDIR}${PREFIX}/lib/lv2/foo-yc20.lv2/*.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|