1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/multimedia/mlt++/Makefile
Max Brazhnikov dd50794ef1 Add new port multimedia/mlt++.
The MLT++ wrapper is a C++ wrapper for the MLT C library. As such, it
provides clean C++ access to the underlying library.

WWW: http://www.mltframework.org

PR:		ports/129795
Submitted by:	Alberto Villa <villa.alberto at gmail.com>
Approved by:	miwi (mentor)
2009-01-29 19:01:29 +00:00

39 lines
760 B
Makefile

# New ports collection makefile for: mlt++
# Date created: 14 October 2008
# Whom: Alberto Villa <villa.alberto@gmail.com>
#
# $FreeBSD$
PORTNAME= mlt++
PORTVERSION= 0.3.2
CATEGORIES= multimedia
MASTER_SITES= SFE
MASTER_SITE_SUBDIR= mlt
MAINTAINER= villa.alberto@gmail.com
COMMENT= C++ wrapping for the MLT library
LIB_DEPENDS= mlt.1:${PORTSDIR}/multimedia/mlt
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
PORTDOCS= AUTHORS COPYING CUSTOMISING \
HOWTO README
pre-configure:
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure \
${WRKSRC}/swig/*/build
post-install:
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>