diff options
author | garga <garga@FreeBSD.org> | 2007-12-12 18:31:36 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-12-12 18:31:36 +0800 |
commit | b92cd00d723c11fae808e47dc942fc6cdd9479d5 (patch) | |
tree | 6dda9ee3ee67dd70576afe3c9faaa56fe2a1f17c /audio/wmauda | |
parent | ad365447b382b9b13f4a8bb5a65cc0c30d679014 (diff) | |
download | freebsd-ports-gnome-b92cd00d723c11fae808e47dc942fc6cdd9479d5.tar.gz freebsd-ports-gnome-b92cd00d723c11fae808e47dc942fc6cdd9479d5.tar.zst freebsd-ports-gnome-b92cd00d723c11fae808e47dc942fc6cdd9479d5.zip |
Dockable applet for WindowMaker that controls Audacious.
WWW: http://www.netswarm.net/
Diffstat (limited to 'audio/wmauda')
-rw-r--r-- | audio/wmauda/Makefile | 35 | ||||
-rw-r--r-- | audio/wmauda/distinfo | 3 | ||||
-rw-r--r-- | audio/wmauda/pkg-descr | 3 |
3 files changed, 41 insertions, 0 deletions
diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile new file mode 100644 index 000000000000..57d8742a98c4 --- /dev/null +++ b/audio/wmauda/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: wmauda +# Date created: 2007-10-30 +# Whom: Renato Botelho <garga@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= wmauda +PORTVERSION= 0.4 +CATEGORIES= audio windowmaker +MASTER_SITES= http://www.netswarm.net/misc/ + +MAINTAINER= garga@FreeBSD.org +COMMENT= A port of wmxmms to GTK 2.x and Audacious + +RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious + +USE_GMAKE= yes +USE_GNOME= gnomeprefix gtk20 +CFLAGS= `pkg-config --cflags gtk+-2.0` +MAKE_ENV= MANPAGE_DIR=${MAN1PREFIX}/man/man1 \ + LIBS="`pkg-config --libs gtk+-2.0`" + +PLIST_FILES= bin/wmauda \ + share/pixmaps/wmauda.xpm +MAN1= wmauda.1 + +post-patch: + @${REINPLACE_CMD} -E 's,^(MANPAGE_DIR.*):=,\1\?=,; \ + s,^(LIBS.*):=,\1\+=,' \ + ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's,/usr/share/pixmaps,${PREFIX}/share/pixmaps,g' \ + ${WRKSRC}/config.h + +.include <bsd.port.mk> diff --git a/audio/wmauda/distinfo b/audio/wmauda/distinfo new file mode 100644 index 000000000000..a823a4742b89 --- /dev/null +++ b/audio/wmauda/distinfo @@ -0,0 +1,3 @@ +MD5 (wmauda-0.4.tar.gz) = 2a4028cab4583ea908b2549b8dd74555 +SHA256 (wmauda-0.4.tar.gz) = dca633f22dcfa56cf6c21f04eb93524336e99c307f3bbd40d927f3741f622201 +SIZE (wmauda-0.4.tar.gz) = 18219 diff --git a/audio/wmauda/pkg-descr b/audio/wmauda/pkg-descr new file mode 100644 index 000000000000..4ec14f679fd0 --- /dev/null +++ b/audio/wmauda/pkg-descr @@ -0,0 +1,3 @@ +Dockable applet for WindowMaker that controls Audacious. + +WWW: http://www.netswarm.net/ |