mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Remove the broken evilbar port
This commit is contained in:
parent
7d644b3ec3
commit
cb62152def
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99792
@ -69,7 +69,6 @@
|
||||
SUBDIR += ermixer
|
||||
SUBDIR += esound
|
||||
SUBDIR += etktab
|
||||
SUBDIR += evilbar
|
||||
SUBDIR += extace
|
||||
SUBDIR += faad
|
||||
SUBDIR += fcplay
|
||||
|
@ -1,51 +0,0 @@
|
||||
# New ports collection makefile for: evilbar
|
||||
# Date created: 31 Januar 2003
|
||||
# Whom: Jens Arnfast <jens@arnfast.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= evilbar
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES+= audio sysutils x11-clocks
|
||||
MASTER_SITES= http://arnfast.net/projects/
|
||||
|
||||
MAINTAINER= jens@arnfast.net
|
||||
COMMENT= Minimalistic statusbar with XMMS control, APM status and clock
|
||||
|
||||
BROKEN= "Does not link, will be removed after Feb 2"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= evilbar.1 launch_evilbar.1
|
||||
|
||||
.if !defined(WITHOUT_XMMS)
|
||||
BUILD_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms
|
||||
RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-xmms
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.if defined(WITH_APM)
|
||||
CONFIGURE_ARGS+= --enable-apm
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITHOUT_XMMS)
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "You can disable XMMS control by defining WITHOUT_XMMS."
|
||||
.endif
|
||||
.if !defined(WITH_APM)
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "You can enable APM status by defining WITH_APM."
|
||||
.endif
|
||||
@${ECHO_MSG}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/for as_dir in/s/:/$$PATH_SEPARATOR/g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (evilbar-1.2.1.tar.gz) = fb93267570c167c4c9bfad65b88ee4bb
|
@ -1,6 +0,0 @@
|
||||
evilbar is a minimalistic ncurses-based statusbar
|
||||
with XMMS control, APM status and a clock.
|
||||
|
||||
WWW: http://arnfast.net/evilbar/
|
||||
|
||||
-- Jens Arnfast <jens@arnfast.net>
|
@ -1,2 +0,0 @@
|
||||
bin/evilbar
|
||||
bin/launch_evilbar
|
Loading…
Reference in New Issue
Block a user