diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-11-01 15:35:28 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-11-01 15:35:28 +0000 |
commit | 6186431c53b685f6462fb05ae53bf432558af4f9 (patch) | |
tree | bf35f526d4cee12089ddd1bf0e0202c06b6c2d63 /audio/faac/Makefile | |
parent | 23f8db1da9c10a75d36e28daa830d9c7f09bc66a (diff) | |
download | ports-6186431c53b685f6462fb05ae53bf432558af4f9.tar.gz ports-6186431c53b685f6462fb05ae53bf432558af4f9.zip |
Notes
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 17 |
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> |