freebsd-ports/audio/vo-aacenc/Makefile
Thomas Abthorpe e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00

27 lines
541 B
Makefile

# New ports collection makefile for: vo-aacenc
# Date created: 23 Jun 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vo-aacenc
PORTVERSION= 0.1.1
PORTREVISION= 1
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>