1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/audio/vo-aacenc/Makefile
Dmitry Marakasov ccf702f123 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-07-22 21:59:55 +00:00

26 lines
518 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
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>