1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/libtremor/Makefile
Jan Beich 741bfab115 audio/libtremor: update to 1.2.1.s20180316
Changes:	https://git.xiph.org/?p=tremor.git;a=shortlog
Security:	7943794f-707f-4e31-9fea-3bbf1ddcedc1
2018-03-16 21:08:12 +00:00

24 lines
554 B
Makefile

# Created by: kwm@rainbow-runner.nl
# $FreeBSD$
PORTNAME= libtremor
PORTVERSION= 1.2.1.s20180316
CATEGORIES= audio
MASTER_SITES= http://git.xiph.org/?p=tremor.git;a=snapshot;sf=tgz;h=${GIT_COMMIT};/
DISTNAME= ${PORTNAME:S/lib//}-${GIT_COMMIT}
MAINTAINER= ports@FreeBSD.org
COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libogg.so:audio/libogg
GIT_COMMIT= 562307a
USES= autoreconf libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>