freebsd-ports/audio/vo-amrwbenc/Makefile

23 lines
457 B
Makefile
Raw Normal View History

2013-07-29 00:48:07 +02:00
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= vo-amrwbenc
2013-07-29 00:48:07 +02:00
PORTVERSION= 0.1.3
CATEGORIES= audio
MASTER_SITES= SF/opencore-amr/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= VisualOn AMR-WB encoder library
LICENSE= AL2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -E -e \
's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>