mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
27 lines
591 B
Makefile
27 lines
591 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
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
|
|
|
|
LIB_DEPENDS= libogg.so:media/libogg
|
|
|
|
GIT_COMMIT= b56ffc
|
|
USES= gmake #autoreconf libtool pathfix pkgconfig
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
cd ${WRKSRC} && autoreconf --install
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|