diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 20:53:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 20:53:37 +0000 |
commit | c99e30aca84ed32d6cbe72ea692f893654b71665 (patch) | |
tree | af1edc5cb778acc90c550d3bf514d88e55dd7dc3 /multimedia/gaim-xmms-remote | |
parent | e6c286c6b2f4b1f5962d3caa492411ebed74cb74 (diff) | |
download | ports-c99e30aca84ed32d6cbe72ea692f893654b71665.tar.gz ports-c99e30aca84ed32d6cbe72ea692f893654b71665.zip |
Notes
Diffstat (limited to 'multimedia/gaim-xmms-remote')
-rw-r--r-- | multimedia/gaim-xmms-remote/Makefile | 32 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/distinfo | 2 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/pkg-descr | 4 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/pkg-plist | 8 |
4 files changed, 46 insertions, 0 deletions
diff --git a/multimedia/gaim-xmms-remote/Makefile b/multimedia/gaim-xmms-remote/Makefile new file mode 100644 index 000000000000..69ff0ae5a1d0 --- /dev/null +++ b/multimedia/gaim-xmms-remote/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gaim-xmms-remote +# Date created: 2004-08-31 +# Whom: daniel@xbox-irc.net +# +# $FreeBSD$ +# + +PORTNAME= gaim-xmms-remote +PORTVERSION= 1.7 +CATEGORIES= multimedia net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= guifications + +MAINTAINER= daniel@xbox-irc.net +COMMENT= Plugin to display current XMMS song in Gaim + +BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gtk20 +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ + -e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \ + -e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#' + +.include <bsd.port.mk> diff --git a/multimedia/gaim-xmms-remote/distinfo b/multimedia/gaim-xmms-remote/distinfo new file mode 100644 index 000000000000..0244444a4d99 --- /dev/null +++ b/multimedia/gaim-xmms-remote/distinfo @@ -0,0 +1,2 @@ +MD5 (gaim-xmms-remote-1.7.tar.gz) = 89d17e2e328c45d9dbbd1ac7c24caba4 +SIZE (gaim-xmms-remote-1.7.tar.gz) = 312459 diff --git a/multimedia/gaim-xmms-remote/pkg-descr b/multimedia/gaim-xmms-remote/pkg-descr new file mode 100644 index 000000000000..1fc83f2d8c6f --- /dev/null +++ b/multimedia/gaim-xmms-remote/pkg-descr @@ -0,0 +1,4 @@ +Gaim XMMS Remote is a Gaim plugin that lets you control +XMMS from within gaim. + +WWW: http://guifications.sourceforge.net/Gaim-XMMS-Remote/ diff --git a/multimedia/gaim-xmms-remote/pkg-plist b/multimedia/gaim-xmms-remote/pkg-plist new file mode 100644 index 000000000000..a107c7425c37 --- /dev/null +++ b/multimedia/gaim-xmms-remote/pkg-plist @@ -0,0 +1,8 @@ +lib/gaim/gxr.so +share/gnome/pixmaps/gaim/gxr/next.png +share/gnome/pixmaps/gaim/gxr/pause.png +share/gnome/pixmaps/gaim/gxr/play.png +share/gnome/pixmaps/gaim/gxr/previous.png +share/gnome/pixmaps/gaim/gxr/stop.png +share/gnome/pixmaps/gaim/gxr/xmms.png +@dirrm share/gnome/pixmaps/gaim/gxr |