1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/multimedia/libaacs/Makefile
Dominic Fandrey 969dda2c45 Update libbluray and related libraries
Also clean up/modernise Makefiles.

Reviewed by:	cs
Approved by:	cs
Differential Revision:	https://reviews.freebsd.org/D5743
2016-04-25 21:58:45 +00:00

28 lines
704 B
Makefile

# Created by: kamikaze@bsdforen.de
# $FreeBSD$
PORTNAME= libaacs
PORTVERSION= 0.8.1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
http://blu.opsec.eu/
MAINTAINER= kami@FreeBSD.org
COMMENT= Advanced Access Content System implementation
LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
GNU_CONFIGURE= yes
CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex"
INSTALL_TARGET= install-strip
USES= autoreconf bison gettext iconv libtool pathfix tar:bzip2
USE_LDCONFIG= yes
.include "${.CURDIR}/../libbluray/Makefile.include"
.include <bsd.port.mk>