090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
40 lines
1,021 B
Makefile
40 lines
1,021 B
Makefile
# New ports collection makefile for: sivp
|
|
# Date created: 2007-09-15
|
|
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sivp
|
|
DISTVERSION= 0.4.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= math graphics multimedia
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= scilab-toolbox-
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
COMMENT= Scilab Image and Video Processing Toolbox
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/scilab:${PORTSDIR}/math/scilab \
|
|
${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt
|
|
LIB_DEPENDS= cv.1:${PORTSDIR}/graphics/opencv
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/scilab:${PORTSDIR}/math/scilab
|
|
|
|
SCILABDIR?= lib/scilab
|
|
CONTRIBDIR?= ${SCILABDIR}/contrib
|
|
TOOLBOXDIR?= ${CONTRIBDIR}/${PORTNAME}
|
|
|
|
USE_LDCONFIG= ${TOOLBOXDIR}
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--prefix=${PREFIX}/${TOOLBOXDIR}
|
|
CONFIGURE_ENV+= SCI="${LOCALBASE}/${SCILABDIR}"
|
|
|
|
PLIST_SUB= TOOLBOXDIR=${TOOLBOXDIR}
|
|
|
|
pre-everything::
|
|
@${ECHO_CMD}
|
|
@${ECHO_CMD} "If you want video support, OpenCV should be compiled with ffmpeg!"
|
|
@${ECHO_CMD}
|
|
|
|
.include <bsd.port.mk>
|