freebsd-ports/audio/vo-amrwbenc/Makefile
2012-02-26 11:21:43 +00:00

26 lines
532 B
Makefile

# New ports collection makefile for: vo-amrwbenc
# Date created: 23 Jun 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vo-amrwbenc
PORTVERSION= 0.1.2
CATEGORIES= audio
MASTER_SITES= SF/opencore-amr/${PORTNAME}
MAINTAINER= mm@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>