Vladimir Druzenko 80d61e1668 multimedia/libaacs: bump after "add MMC drive support"
PR:	280633
Fixes:	c8a5e838dba4 (add MMC drive support)
2024-08-06 20:09:03 +03:00

31 lines
806 B
Makefile

PORTNAME= libaacs
DISTVERSION= 0.11.1
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \
https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
MAINTAINER= shoesoft@gmx.net
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
post-extract:
@${CP} ${FILESDIR}/mmc_device_freebsd.c ${WRKSRC}/src/file
.include <bsd.port.mk>