aboutsummaryrefslogblamecommitdiff
path: root/multimedia/libaacs/Makefile
blob: a794fb60adbf5f3b86631116f033fa2d8aef63cf (plain) (tree)
1
2
3
4
5
6
7
8
9
                       
                      
                          
                                                                                      
 
                                 

                                                             
                      
                                 
 


                                                     
 
                                                          
                   
 



                                       
 
                      
PORTNAME=	libaacs
DISTVERSION=	0.11.1
CATEGORIES=	multimedia
MASTER_SITES=	https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Advanced Access Content System implementation

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>