Files
ports/audio/libgig/Makefile
T
Thomas Zander 8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00

27 lines
612 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= libgig
DISTVERSION= 4.2.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
http://download.linuxsampler.org/packages/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Gigasampler file loader library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libuuid.so:misc/e2fsprogs-libuuid
USES= gmake libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= ${PREFIX}/lib/libgig
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>