Update to 2.0.2, introducing NOPORTDOCS support.
PR: 30033 Submitted by: maintainer
This commit is contained in:
parent
f7238cf741
commit
d010fd5acb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46803
@ -1,18 +1,18 @@
|
|||||||
# New ports collection makefile for: ecasound
|
# New ports collection makefile for: ecasound
|
||||||
# Date created: 22 dec 2000
|
# Date created: 22 dec 2000
|
||||||
# Whom: The Anarcat <anarcat@tao.ca>
|
# Whom: The Anarcat <anarcat@anarcat.dyndns.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ecasound
|
PORTNAME= ecasound
|
||||||
PORTVERSION= 1.9dev5
|
PORTVERSION= 2.0.2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://ecasound.seul.org/download/ \
|
MASTER_SITES= http://ecasound.seul.org/download/ \
|
||||||
${MASTER_SITE_SOURCEFORGE}
|
${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ecawave
|
MASTER_SITE_SUBDIR= ecasound
|
||||||
|
|
||||||
MAINTAINER= anarcat@tao.ca
|
MAINTAINER= anarcat@anarcat.dyndns.org
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_AUTOMAKE= yes
|
USE_AUTOMAKE= yes
|
||||||
@ -39,18 +39,32 @@ LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
|||||||
CONFIGURE_ARGS+= --disable-audiofile
|
CONFIGURE_ARGS+= --disable-audiofile
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_PYECASOUND)
|
#.if defined(WITH_PYECASOUND)
|
||||||
USE_PYTHON= yes
|
#USE_PYTHON= yes
|
||||||
PLIST_SUB+= WITH_PYECASOUND=""
|
#PLIST_SUB+= WITH_PYECASOUND=""
|
||||||
.else
|
#.else
|
||||||
CONFIGURE_ARGS+= --disable-pyecasound
|
#CONFIGURE_ARGS+= --disable-pyecasound
|
||||||
PLIST_SUB+= WITH_PYECASOUND="@comment "
|
#PLIST_SUB+= WITH_PYECASOUND="@comment "
|
||||||
.endif
|
#.endif
|
||||||
|
|
||||||
MAN1= ecasound-iam.1 ecasound.1 ecatools.1
|
MAN1= ecasound-iam.1 ecasound.1 ecatools.1
|
||||||
MAN5= ecasoundrc.5
|
MAN5= ecasoundrc.5
|
||||||
|
|
||||||
#post-install:
|
#post-install:
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${MKDIR} ${PREFIX}/share/doc/ecasound
|
||||||
|
${MKDIR} ${PREFIX}/share/doc/ecasound/programmers_guide
|
||||||
|
${MKDIR} ${PREFIX}/share/doc/ecasound/users_guide
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/Documentation/*.html \
|
||||||
|
${WRKSRC}/Documentation/*.txt \
|
||||||
|
${PREFIX}/share/doc/ecasound
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/Documentation/programmers_guide/*.html \
|
||||||
|
${PREFIX}/share/doc/ecasound/programmers_guide
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/Documentation/users_guide/*.html \
|
||||||
|
${PREFIX}/share/doc/ecasound/users_guide
|
||||||
|
.endif
|
||||||
|
|
||||||
# strip ${PREFIX}/bin/ecaconvert ${PREFIX}/bin/ecafixdc \
|
# strip ${PREFIX}/bin/ecaconvert ${PREFIX}/bin/ecafixdc \
|
||||||
#${PREFIX}/bin/ecanormalize ${PREFIX}/bin/ecaplay ${PREFIX}/bin/ecasignalview \
|
#${PREFIX}/bin/ecanormalize ${PREFIX}/bin/ecaplay ${PREFIX}/bin/ecasignalview \
|
||||||
#${PREFIX}/bin/ecasound ${PREFIX}/bin/ecasound-config ${PREFIX}/bin/ecasoundc-config
|
#${PREFIX}/bin/ecasound ${PREFIX}/bin/ecasound-config ${PREFIX}/bin/ecasoundc-config
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (ecasound-1.9dev5.tar.gz) = 2bfe0c4bf28a036c56333da28c5b8c20
|
MD5 (ecasound-2.0.2.tar.gz) = 33e42f52792bfebfe44b06879493631f
|
||||||
|
@ -79,8 +79,8 @@ include/ecasound/ecasoundc.h
|
|||||||
include/ecasound/file-preset.h
|
include/ecasound/file-preset.h
|
||||||
include/ecasound/finite-envelope.h
|
include/ecasound/finite-envelope.h
|
||||||
include/ecasound/generic-controller.h
|
include/ecasound/generic-controller.h
|
||||||
|
include/ecasound/generic-linear-envelope.h
|
||||||
include/ecasound/global-preset.h
|
include/ecasound/global-preset.h
|
||||||
include/ecasound/ladspa.h
|
|
||||||
include/ecasound/layer.h
|
include/ecasound/layer.h
|
||||||
include/ecasound/linear-envelope.h
|
include/ecasound/linear-envelope.h
|
||||||
include/ecasound/midi-cc.h
|
include/ecasound/midi-cc.h
|
||||||
@ -126,15 +126,27 @@ lib/libecasound.so
|
|||||||
lib/libecasound.so.7
|
lib/libecasound.so.7
|
||||||
lib/libecasoundc.a
|
lib/libecasoundc.a
|
||||||
lib/libecasoundc.so
|
lib/libecasoundc.so
|
||||||
lib/libecasoundc.so.0
|
lib/libecasoundc.so.1
|
||||||
lib/libkvutils.a
|
lib/libkvutils.a
|
||||||
lib/libkvutils.so
|
lib/libkvutils.so
|
||||||
lib/libkvutils.so.2
|
lib/libkvutils.so.2
|
||||||
share/ecasound/effect_presets
|
share/ecasound/effect_presets
|
||||||
share/ecasound/generic_oscillators
|
share/ecasound/generic_oscillators
|
||||||
%%WITH_PYECASOUND%%lib/%%PYTHON_VERSION%%/site-packages/libpyecasound.so
|
%%PORTDOCS%%share/doc/ecasound/ecasound-iam_manpage.html
|
||||||
%%WITH_PYECASOUND%%lib/%%PYTHON_VERSION%%/site-packages/pyeca.py
|
%%PORTDOCS%%share/doc/ecasound/ecasound_faq.html
|
||||||
@dirrm share/ecasound
|
%%PORTDOCS%%share/doc/ecasound/ecasound_faq.txt
|
||||||
@dirrm lib/ecasound-plugins
|
%%PORTDOCS%%share/doc/ecasound/ecasound_manpage.html
|
||||||
|
%%PORTDOCS%%share/doc/ecasound/ecasoundrc_manpage.html
|
||||||
|
%%PORTDOCS%%share/doc/ecasound/ecatools_manpage.html
|
||||||
|
%%PORTDOCS%%share/doc/ecasound/examples.html
|
||||||
|
%%PORTDOCS%%share/doc/ecasound/index.html
|
||||||
|
%%PORTDOCS%%share/doc/ecasound/programmers_guide/eci_doc.html
|
||||||
|
%%PORTDOCS%%share/doc/ecasound/programmers_guide/programmers_guide.html
|
||||||
|
%%PORTDOCS%%share/doc/ecasound/users_guide/users_guide.html
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/ecasound/programmers_guide
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/ecasound/users_guide
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/ecasound/
|
||||||
@dirrm include/ecasound
|
@dirrm include/ecasound
|
||||||
@dirrm include/kvutils
|
@dirrm include/kvutils
|
||||||
|
@dirrm lib/ecasound-plugins
|
||||||
|
@dirrm share/ecasound
|
||||||
|
Loading…
Reference in New Issue
Block a user