mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asdcplib
|
|
PORTVERSION= 1.11.49
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.cinecert.com/asdcplib/
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Open source implementation of SMPTE and the MXF Interop format
|
|
|
|
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-expat=${LOCALBASE}
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|