1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/multimedia/libaacs/Makefile
Yuri Victorovich 320c286103 multimedia/libaacs: Update to 0.9.0
Additional port changes:
* Replaced with DISTVERSION
* Added LICENSE_FILE
* Removed USES=autoreconf

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-17 13:52:19 +00:00

29 lines
726 B
Makefile

# Created by: kamikaze@bsdforen.de
# $FreeBSD$
PORTNAME= libaacs
DISTVERSION= 0.9.0
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
http://blu.opsec.eu/
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= bison gettext iconv libtool pathfix tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex"
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include "${.CURDIR}/../libbluray/Makefile.include"
.include <bsd.port.mk>