aboutsummaryrefslogtreecommitdiff
path: root/audio/faac/Makefile
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-11-01 15:35:28 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-11-01 15:35:28 +0000
commit6186431c53b685f6462fb05ae53bf432558af4f9 (patch)
treebf35f526d4cee12089ddd1bf0e0202c06b6c2d63 /audio/faac/Makefile
parent23f8db1da9c10a75d36e28daa830d9c7f09bc66a (diff)
downloadports-6186431c53b685f6462fb05ae53bf432558af4f9.tar.gz
ports-6186431c53b685f6462fb05ae53bf432558af4f9.zip
Notes
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r--audio/faac/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 26a442c812cb..9a0e49978b36 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= faac
-PORTVERSION= 1.28
-PORTREVISION= 5
+PORTVERSION= 1.29.8.3
CATEGORIES= audio
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R:R}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
@@ -17,19 +16,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE_ISO= ${WRKSRC}/README
LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2
-
-USES= autoreconf gmake libtool tar:bzip2
+USES= gmake libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-mp4v2
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-post-patch:
- @${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h
- @${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
- ${WRKSRC}/frontend/main.c
-
.include <bsd.port.mk>