aboutsummaryrefslogtreecommitdiff
path: root/audio/extace/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-04-30 08:58:30 +0000
committerRene Ladan <rene@FreeBSD.org>2019-04-30 08:58:30 +0000
commit33e5354d814ab5768cae202c36538003ece4fb69 (patch)
treea60f5e80881d595109a8212653a2a72639b5cbe4 /audio/extace/Makefile
parent4654dd091ebc42de1078a1be8f2c1d230ff8c361 (diff)
Notes
Diffstat (limited to 'audio/extace/Makefile')
-rw-r--r--audio/extace/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile
deleted file mode 100644
index 5944071117b4..000000000000
--- a/audio/extace/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= extace
-PORTVERSION= 1.9.9
-PORTREVISION= 9
-CATEGORIES= audio
-MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Audio visualization plugin for the X Window System
-
-LICENSE= GPLv2
-
-DEPRECATED= Depends on expired esound
-EXPIRATION_DATE= 2019-04-29
-
-LIB_DEPENDS= libfftw3.so:math/fftw3 \
- libesd.so:audio/esound
-
-USES= compiler:c++11-lang gnome libtool localbase pkgconfig
-USE_GNOME= gtk20
-GNU_CONFIGURE= yes
-LIBS+= -lm
-
-PLIST_FILES= bin/extace \
- share/gnome/apps/Multimedia/extace.desktop
-
-post-patch:
- @${REINPLACE_CMD} '/^CFLAGS="-O2/d' ${WRKSRC}/configure
- @${REINPLACE_CMD} '/^LIBS =/s/$$/ @LIBS@/' ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.mk>