freebsd-ports/audio/fdk-aac/Makefile
Muhammad Moinur Rahman cb899f9c6b audio/fdk-aa: Update version 0.1.6=>2.0.0
- Pet portlint

PR:			233556
Submitted by:		takefu
2018-11-29 22:55:19 +00:00

28 lines
645 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= fdk-aac
PORTVERSION= 2.0.0
CATEGORIES= audio
MASTER_SITES= SF/opencore-amr/${PORTNAME}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Port of the Fraunhofer FDK AAC Codec Library
LICENSE= FRAUNHOFER_FDK_AAC
LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Android
LICENSE_FILE= ${WRKSRC}/NOTICE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
NOT_FOR_ARCHS= sparc64
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
USES= libtool pathfix
LIBS+= -lm
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>