2004-04-14 11:27:54 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: flowdesigner
|
|
|
|
# Date created: Apr 14, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= flowdesigner
|
2007-10-24 01:07:15 +02:00
|
|
|
PORTVERSION= 0.9.1
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2004-04-14 11:27:54 +02:00
|
|
|
CATEGORIES= devel
|
2007-10-24 01:07:15 +02:00
|
|
|
MASTER_SITES= SF
|
2004-04-14 11:27:54 +02:00
|
|
|
DISTNAME= FlowDesigner-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A free (GPL) "data flow oriented" development environment
|
|
|
|
|
2007-10-24 01:07:15 +02:00
|
|
|
LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \
|
|
|
|
fftw.2:${PORTSDIR}/math/fftw
|
2004-04-14 11:27:54 +02:00
|
|
|
|
2004-07-25 18:23:44 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget libgnomeui libxml2
|
2004-04-14 11:27:54 +02:00
|
|
|
USE_GMAKE= yes
|
2007-10-24 01:07:15 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
LIBTOOLFILES= ${CONFIGURE_SCRIPT} FuzzyEngine/configure \
|
|
|
|
HMM/configure NNet/configure \
|
|
|
|
VQ/configure audio_blocks/configure \
|
|
|
|
effects/configure lapackflow/configure \
|
|
|
|
octave/configure qtflow/configure \
|
|
|
|
vflow/configure
|
2004-07-25 18:23:44 +02:00
|
|
|
CONFIGURE_ARGS= --with-fftw-includes=${LOCALBASE}/include \
|
|
|
|
--with-fftw-libraries=${LOCALBASE}/lib
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-04-14 11:27:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-03-26 22:40:24 +01:00
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= "Does not compile on sparc64"
|
|
|
|
.endif
|
|
|
|
|
2004-07-25 18:23:44 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|tools examples|tools|g' ${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e 's|src pixmaps|src|g' ${WRKSRC}/vflow/Makefile.in
|
|
|
|
|
2004-04-14 11:27:54 +02:00
|
|
|
post-install:
|
2007-10-24 01:07:15 +02:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
2004-07-25 18:23:44 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.n ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.wav ${EXAMPLESDIR}
|
|
|
|
.endif
|
2004-04-14 11:27:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|