blob: 4d1e6a33144df247215abdd0dff9cc84728eddf9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= asdcplib
PORTVERSION= 1.10.48
CATEGORIES= multimedia
MASTER_SITES= http://www.cinecert.com/asdcplib/
MAINTAINER= olgeni@FreeBSD.org
COMMENT= An open source implementation of SMPTE and the MXF Interop format
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-expat=${LOCALBASE}
USE_LDCONFIG= yes
.include <bsd.port.mk>
|