mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
b6e84c7662
Approved by: SSL blanket
22 lines
478 B
Makefile
22 lines
478 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asdcplib
|
|
PORTVERSION= 1.11.49
|
|
PORTREVISION= 2
|
|
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:textproc/expat2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-expat=${LOCALBASE} \
|
|
--with-openssl=${OPENSSLBASE}
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool ssl
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|