# Created by: Per Gunnarsson <per.gunnarsson@yahoo.com>
# $FreeBSD: head/audio/fdkaac/Makefile 486216 2018-11-29 22:55:19Z bofh $

ARCH=		amd64

PORTNAME=	fdkaac
PORTVERSION=	1.0.0
CATEGORIES=	audio

USE_GITHUB=	true
GH_ACCOUNT=	nu774
GH_TAGNAME=	v0.6.3

MAINTAINER=	p.gunnarsson@yahoo.com

COMMENT=	Port of the command line encoder frontend for libfdk-aac


LICENSE=	UNKNOWN
LICENSE_NAME=	Software License for the command line encoder frontend for libfdk-aac
LICENSE_FILE=	${WRKSRC}/COPYING
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept

NOT_FOR_ARCHS=		sparc64
NOT_FOR_ARCHS_REASON=	not yet ported to this architecture

USES=		autoreconf 
GNU_CONFIGURE=	yes
LIBS+=		-lm
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip


LIB_DEPENDS=	libfdk-aac.so:audio/fdk-aac

.include <bsd.port.mk>

