mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.6.0
PR: 50657 Submitted by: maintainer
This commit is contained in:
parent
72f4323554
commit
bbfc8f1cf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79121
2 changed files with 9 additions and 7 deletions
|
@ -6,30 +6,32 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ecawave
|
PORTNAME= ecawave
|
||||||
PORTVERSION= 0.4.1
|
PORTVERSION= 0.6.0
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://ecasound.seul.org/download/
|
MASTER_SITES= http://ecasound.seul.org/download/
|
||||||
|
|
||||||
MAINTAINER= anarcat@anarcat.dyndns.org
|
MAINTAINER= anarcat@anarcat.ath.cx
|
||||||
COMMENT= Simple graphical audio file editor
|
COMMENT= Simple graphical audio file editor
|
||||||
|
|
||||||
LIB_DEPENDS= ecasound.7:${PORTSDIR}/audio/ecasound
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_QT_VER= 2
|
USE_QT_VER= 3
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
CFLAGS+= ${PTHREAD_CFLAGS:S/"//g}
|
CFLAGS+= ${PTHREAD_CFLAGS:S/"//g}
|
||||||
LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
|
LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
|
||||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -lqt2 ${LDFLAGS}" \
|
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \
|
||||||
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
||||||
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
|
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
|
||||||
|
|
||||||
MAN1= ecawave.1
|
MAN1= ecawave.1
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${PERL} -pi -e 's,-lqt,-lqt2,g' ${WRKSRC}/src/Makefile.in
|
${REINPLACE_CMD} -e "s,lqt,lqt-mt," ${WRKSRC}/src/Makefile.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (ecawave-0.4.1.tar.gz) = 40aadec35620a90ebd06a80301a4e546
|
MD5 (ecawave-0.6.0.tar.gz) = 72a3245cc9326c47fa3ee6251f3b0a4c
|
||||||
|
|
Loading…
Add table
Reference in a new issue