1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/audio/libgig/Makefile
Dmitry Marakasov 641d3a8025 - Convert audio/libgig to USES=libtool, drop .la files, strip library
- Bump dependent ports as .so version has changed
2014-06-16 14:18:00 +00:00

30 lines
689 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= libgig
PORTVERSION= 3.3.0
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
http://download.linuxsampler.org/packages/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gigasampler file loader library
LICENSE= GPLv2
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
USES= tar:bzip2 gmake pathfix pkgconfig libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>