freebsd-ports/audio/vo-amrwbenc/Makefile

26 lines
523 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
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/opencore-amr/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= VisualOn AMR-WB encoder library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -E -e \
's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>