blob: faae48e2c707d7b2f8ba79b651594da994579e9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: asdcplib
# Date created: 2011-09-17
# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= asdcplib
PORTVERSION= 1.9.45
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>
|