diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-02-11 16:37:45 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-02-11 16:37:45 +0000 |
commit | 6729cf2be7526a7c321d945e85592221162908e7 (patch) | |
tree | c34fe95e9bfca2527680573c52eb365c22531130 | |
parent | upgrade to 2.8.4 (diff) |
Add evilbar-1.2.1, a minimalistic statusbar with XMMS control, APM
status and clock.
PR: 47729
Submitted by: Jens Arnfast <jens@arnfast.net>
Notes
Notes:
svn path=/head/; revision=75306
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/evilbar/Makefile | 43 | ||||
-rw-r--r-- | audio/evilbar/distinfo | 1 | ||||
-rw-r--r-- | audio/evilbar/pkg-comment | 1 | ||||
-rw-r--r-- | audio/evilbar/pkg-descr | 6 | ||||
-rw-r--r-- | audio/evilbar/pkg-plist | 2 |
6 files changed, 54 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index bd946b81e51f..e0d154130efe 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -50,6 +50,7 @@ SUBDIR += ecawave SUBDIR += ermixer SUBDIR += esound + SUBDIR += evilbar SUBDIR += extace SUBDIR += faad SUBDIR += fcplay diff --git a/audio/evilbar/Makefile b/audio/evilbar/Makefile new file mode 100644 index 000000000000..8df0bbc21aeb --- /dev/null +++ b/audio/evilbar/Makefile @@ -0,0 +1,43 @@ +# 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 + +GNU_CONFIGURE= 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} + +.include <bsd.port.mk> diff --git a/audio/evilbar/distinfo b/audio/evilbar/distinfo new file mode 100644 index 000000000000..2b0b49e66551 --- /dev/null +++ b/audio/evilbar/distinfo @@ -0,0 +1 @@ +MD5 (evilbar-1.2.1.tar.gz) = fb93267570c167c4c9bfad65b88ee4bb diff --git a/audio/evilbar/pkg-comment b/audio/evilbar/pkg-comment new file mode 100644 index 000000000000..d798e25221e0 --- /dev/null +++ b/audio/evilbar/pkg-comment @@ -0,0 +1 @@ +Minimalistic statusbar with XMMS control, APM status and clock diff --git a/audio/evilbar/pkg-descr b/audio/evilbar/pkg-descr new file mode 100644 index 000000000000..f96b9c390c91 --- /dev/null +++ b/audio/evilbar/pkg-descr @@ -0,0 +1,6 @@ +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> diff --git a/audio/evilbar/pkg-plist b/audio/evilbar/pkg-plist new file mode 100644 index 000000000000..5da0231372aa --- /dev/null +++ b/audio/evilbar/pkg-plist @@ -0,0 +1,2 @@ +bin/evilbar +bin/launch_evilbar |