freebsd-ports/audio/vo-aacenc/Makefile
2021-04-06 16:31:07 +02:00

24 lines
506 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
PORTNAME= vo-aacenc
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/opencore-amr/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= VisualOn AAC 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>