aboutsummaryrefslogtreecommitdiffstats
path: root/audio/x11amp/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-01-29 00:18:27 +0800
committerrene <rene@FreeBSD.org>2015-01-29 00:18:27 +0800
commit26951fcd5b9abe2304704d9a087f760b409b5a61 (patch)
tree6f4bbc880dc8f8691ba951c9c144a5d6bace321f /audio/x11amp/Makefile
parentf54fd897c1a12336c6c251a8434249e3c567d5ae (diff)
downloadfreebsd-ports-gnome-26951fcd5b9abe2304704d9a087f760b409b5a61.tar.gz
freebsd-ports-gnome-26951fcd5b9abe2304704d9a087f760b409b5a61.tar.zst
freebsd-ports-gnome-26951fcd5b9abe2304704d9a087f760b409b5a61.zip
Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months 2015-01-26 audio/wmauda: Broken for more than 6 months 2015-01-26 audio/x11amp: Broken for more than 6 months 2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream 2015-01-26 ftp/rexx-curl: Broken for more than 6 months 2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months 2015-01-26 www/lifetype: Broken for more than 6 months 2015-01-26 www/ump: Broken for more than 6 months
Diffstat (limited to 'audio/x11amp/Makefile')
-rw-r--r--audio/x11amp/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile
deleted file mode 100644
index 9ddb089f38dd..000000000000
--- a/audio/x11amp/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Donald Burr <dburr@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= x11amp
-PORTVERSION= 0.9.b1.1
-PORTREVISION= 8
-CATEGORIES= audio
-MASTER_SITES= LOCAL/hrs
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X11-based MP3 player with nice graphical interface
-
-LICENSE= GPLv2
-
-BROKEN= hangs at start with gtk and linker errors
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-01-26
-
-USES= libtool
-USE_GNOME= gtk12 esound
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-static
-CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
-MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-post-extract:
- @${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin
-
-post-patch:
- @${REINPLACE_CMD} 's|-o root -g wheel||' ${WRKSRC}/libx11amp/Makefile.in
-
-.include <bsd.port.mk>