[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / multimedia / libaacs

File: [local] / ports / multimedia / libaacs / Makefile (download)

Revision 1.20, Wed Sep 27 10:10:20 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.19: +2 -2 lines

MASTER_SITES -> SITES

COMMENT =		AACS support library for Blu-ray playback

V =			0.11.1
DISTNAME =		libaacs-${V}

CATEGORIES =		multimedia

HOMEPAGE =		https://www.videolan.org/developers/libaacs.html
SITES =		https://download.videolan.org/pub/videolan/libaacs/${V}/ \
		ftp://ftp.videolan.org/pub/videolan/libaacs/${V}/
EXTRACT_SUFX =		.tar.bz2

# LGPL v2.1
PERMIT_PACKAGE =	Yes

WANTLIB =  c gcrypt gpg-error iconv intl

SHARED_LIBS +=		aacs	3.1	# 5.1

LIB_DEPENDS =		security/libgcrypt
BUILD_DEPENDS =		devel/bison

SEPARATE_BUILD =	Yes
CONFIGURE_STYLE =	gnu
YACC =			${LOCALBASE}/bin/bison -y
CONFIGURE_ARGS =	--disable-optimizations

.include <bsd.port.mk>