freebsd-ports/audio/libgig/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

29 lines
653 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= libgig
PORTVERSION= 3.3.0
PORTREVISION= 4
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:audio/flac \
libsndfile.so:audio/libsndfile \
libuuid.so: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>