forked from Lainports/freebsd-ports
- Update MASTER_SITES - use ports framework instead of trying to work around it - make portlint happy PR: 250986 Submitted by: daniel.engberg.lists@pyret.net
25 lines
574 B
Makefile
25 lines
574 B
Makefile
# Created by: kamikaze@bsdforen.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libbdplus
|
|
DISTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= BD+ System research implementation
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libaacs.so:multimedia/libaacs \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libgpg-error.so:security/libgpg-error
|
|
|
|
USES= autoreconf libtool pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-optimizations
|
|
|
|
.include <bsd.port.mk>
|