1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/vo-aacenc/Makefile
2013-05-18 18:14:39 +00:00

23 lines
449 B
Makefile

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