bc02bfb016
- Accept NULL mount / device path when application handles file system access. - Fix FreeBSD build. - Do not require pthread with gcrypt >= 1.6.0.
20 lines
637 B
Makefile
20 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/04/05 06:31:51 adam Exp $
|
|
|
|
DISTNAME= libaacs-0.8.1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.videolan.org/pub/videolan/libaacs/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.videolan.org/developers/libaacs.html
|
|
COMMENT= Advanced Access Content System specification implementation
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= flex bison pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-optimizations
|
|
PKGCONFIG_OVERRIDE+= src/libaacs.pc.in
|
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|