2000-05-23 09:47:27 +00:00
|
|
|
# New ports collection makefile for: extace
|
|
|
|
# Date created: 8 April 2000
|
2000-11-01 15:51:11 +00:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-05-23 09:47:27 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-07-31 09:46:30 +00:00
|
|
|
PORTNAME= extace
|
2008-02-12 23:17:24 +00:00
|
|
|
PORTVERSION= 1.9.9
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 5
|
2000-07-31 09:46:30 +00:00
|
|
|
CATEGORIES= audio
|
2009-08-22 00:13:26 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION}
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2003-05-22 23:02:48 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= An Audio Visualization plugin for the X Window System
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2009-05-18 15:08:58 +00:00
|
|
|
LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2008-02-12 23:17:24 +00:00
|
|
|
USE_GNOME= esound gnomehack gnomehier gnometarget gtk20
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-12-04 10:13:19 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-04 20:58:33 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-11-01 17:20:51 +00:00
|
|
|
|
|
|
|
PLIST_FILES= bin/extace \
|
|
|
|
share/gnome/apps/Multimedia/extace.desktop
|
|
|
|
|
|
|
|
post-patch:
|
2008-02-12 23:17:24 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
|
2004-11-01 17:20:51 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|^LIBS =|#LIBS =|g' ${WRKSRC}/src/Makefile.in
|
2003-06-04 20:58:33 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|