1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/faac/Makefile
Muhammad Moinur Rahman bbe36359be
audio/faac: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-31 13:58:53 +01:00

28 lines
699 B
Makefile

PORTNAME= faac
DISTVERSION= 1.30
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION:S/./_/g}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
WWW= https://www.audiocoding.com/
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
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
.include <bsd.port.mk>