mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
a0bcd2cf68
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
24 lines
553 B
Makefile
24 lines
553 B
Makefile
# Created by: kwm@rainbow-runner.nl
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libtremor
|
|
PORTVERSION= 1.2.1.s20150105
|
|
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= b56ffc
|
|
USES= autoreconf libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|