three slave ports multimedia/avidemux-cli, multimedia/avidemux-plugins, and multimedia/avidemux-qt4. Ensure they are properly set there after revision 464084. That way any sweeping changes (using Tools/scripts/bump-revision.sh or similar in particular) have a chance of working or at least flagging a potential issue. PR: 226533
25 lines
564 B
Makefile
25 lines
564 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= avidemux
|
|
PORTVERSION= ${AVIDEMUX_VERSION}
|
|
PORTREVISION= 6
|
|
CATEGORIES= multimedia
|
|
PKGNAMESUFFIX= -cli
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Simple GUI based video editor (cli)
|
|
|
|
LIB_DEPENDS= libADM6avutil.so.54:multimedia/avidemux
|
|
|
|
MASTERDIR= ${.CURDIR}/../avidemux
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile.common"
|
|
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/avidemux/cli
|
|
|
|
CMAKE_ARGS+= -DAVIDEMUX_SOURCE_DIR=${WRKSRC} -DAVIDEMUX_INSTALL_PREFIX:PATH="${PREFIX}"
|
|
|
|
post-configure: post-configure-common
|
|
|
|
.include <bsd.port.post.mk>
|