summaryrefslogtreecommitdiffstats
path: root/audio/extace/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 11:32:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 11:32:48 +0800
commit3fadcd9eca25e2d11250fefd4839fa1364c68194 (patch)
tree73ebb98c64c81c6146e4b036d898dbbcff20bda9 /audio/extace/Makefile
parent372a47ecccfffc5cd770b3f54ce2656eeb04def1 (diff)
downloadmarcuscom-ports-3fadcd9eca25e2d11250fefd4839fa1364c68194.tar.gz
marcuscom-ports-3fadcd9eca25e2d11250fefd4839fa1364c68194.tar.zst
marcuscom-ports-3fadcd9eca25e2d11250fefd4839fa1364c68194.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6776 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/extace/Makefile')
-rw-r--r--audio/extace/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile
new file mode 100644
index 000000000..ed48f88b4
--- /dev/null
+++ b/audio/extace/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: extace
+# Date created: 8 April 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= extace
+PORTVERSION= 1.9.5
+PORTREVISION= 2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= An Audio Visualization plugin for the X Window System
+
+LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
+
+USE_XLIB= yes
+USE_GNOME= esound imlib gnomehack gnometarget gnomeprefix
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_FILES= bin/extace \
+ share/gnome/apps/Multimedia/extace.desktop
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2 |$$CFLAGS|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|^LIBS =|#LIBS =|g' ${WRKSRC}/src/Makefile.in
+
+.include <bsd.port.mk>