diff options
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-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 |
5 files changed, 47 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 9ca94a3..d1a6be1 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -23,6 +23,7 @@ SUBDIR += enjoympeg SUBDIR += ffmpeg SUBDIR += fxtv + SUBDIR += gaim-xmms-remote SUBDIR += gavl SUBDIR += gmencoder SUBDIR += goggles diff --git a/multimedia/gaim-xmms-remote/Makefile b/multimedia/gaim-xmms-remote/Makefile new file mode 100644 index 0000000..69ff0ae --- /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 0000000..0244444 --- /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 0000000..1fc83f2 --- /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 0000000..a107c74 --- /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 |