opnsense-ports/multimedia/libaacs/Makefile
Franco Fichtner ddec5f41c8 */*: sync with upstream
Taken from: FreeBSD
2023-03-09 07:24:26 +01:00

26 lines
716 B
Makefile

PORTNAME= libaacs
DISTVERSION= 0.11.1
CATEGORIES= multimedia
MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \
https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced Access Content System implementation
WWW= https://www.videolan.org/developers/libaacs.html
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
USES= autoreconf bison libtool pathfix tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-optimizations
INSTALL_TARGET= install-strip
.include <bsd.port.mk>