Update audio/qjackctl to version 0.6.2
[dports.git] / audio / libtremor / Makefile
1 # Created by: kwm@rainbow-runner.nl
2 # $FreeBSD$
3
4 PORTNAME=       libtremor
5 PORTVERSION=    1.2.1.s20180316
6 CATEGORIES=     audio
7 MASTER_SITES=   http://git.xiph.org/?p=tremor.git;a=snapshot;sf=tgz;h=${GIT_COMMIT};/
8 DISTNAME=       ${PORTNAME:S/lib//}-${GIT_COMMIT}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Integer-only fully Ogg Vorbis compliant decoder library
12
13 LICENSE=        BSD3CLAUSE
14
15 LIB_DEPENDS=    libogg.so:audio/libogg
16
17 GIT_COMMIT=     562307a
18 USES=           autoreconf libtool pathfix pkgconfig
19 GNU_CONFIGURE=  yes
20 USE_LDCONFIG=   yes
21 INSTALL_TARGET= install-strip
22
23 .include <bsd.port.mk>