1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/faac/Makefile
Thomas Zander 637a10ebd9 audio/faac: Update to 1.30; switch upstream fetch location to GitHub.
PR:		254710
Reported by:	pi
MFH:		2021Q2
2021-04-10 14:50:56 +02:00

27 lines
590 B
Makefile

# Created by: Michael Johnson <ahze@ahze.net>
PORTNAME= faac
PORTVERSION= 1.30
CATEGORIES= audio
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
LICENSE= GPLv2 LGPL21+ ISO
LICENSE_COMB= multi
LICENSE_NAME_ISO= ISO/IEC14496
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE_ISO= ${WRKSRC}/README
LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= autoreconf compiler:c11 gmake libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= knik0
GH_TAGNAME= 78d8e01
.include <bsd.port.mk>