1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/libtremor/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

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>