2001-12-07 23:41:53 +01:00
|
|
|
# New ports collection makefile for: ecawave
|
|
|
|
# Date created: 24 aug 2001
|
|
|
|
# Whom: The Anarcat <anarcat@anarcat.dyndns.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ecawave
|
2003-06-26 10:29:21 +02:00
|
|
|
PORTVERSION= 0.6.1
|
2001-12-07 23:41:53 +01:00
|
|
|
CATEGORIES= audio
|
2002-12-26 11:59:33 +01:00
|
|
|
MASTER_SITES= http://ecasound.seul.org/download/
|
2001-12-07 23:41:53 +01:00
|
|
|
|
2003-04-17 10:34:44 +02:00
|
|
|
MAINTAINER= anarcat@anarcat.ath.cx
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Simple graphical audio file editor
|
2001-12-07 23:41:53 +01:00
|
|
|
|
2003-04-17 10:34:44 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound
|
2001-12-07 23:41:53 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2003-04-17 10:34:44 +02:00
|
|
|
USE_QT_VER= 3
|
2001-12-07 23:41:53 +01:00
|
|
|
USE_X_PREFIX= yes
|
2003-04-17 10:34:44 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_REINPLACE= yes
|
2001-12-07 23:41:53 +01:00
|
|
|
|
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS:S/"//g}
|
|
|
|
LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-04-17 10:34:44 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \
|
2001-12-07 23:41:53 +01:00
|
|
|
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
|
|
|
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
|
|
|
|
|
|
|
|
MAN1= ecawave.1
|
|
|
|
|
|
|
|
post-patch:
|
2003-04-17 10:34:44 +02:00
|
|
|
${REINPLACE_CMD} -e "s,lqt,lqt-mt," ${WRKSRC}/src/Makefile.in
|
2001-12-07 23:41:53 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|