diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:25:04 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:25:04 +0800 |
commit | a9d2aa4132a81885ebbe670bf34b0f32edc573c7 (patch) | |
tree | f331bd39134e036447b80280c7d86db47d0cbf5c /multimedia | |
parent | 9734f17bb55883c5eb1e5c9c665db85049d92b5c (diff) | |
download | marcuscom-ports-a9d2aa4132a81885ebbe670bf34b0f32edc573c7.tar marcuscom-ports-a9d2aa4132a81885ebbe670bf34b0f32edc573c7.tar.gz marcuscom-ports-a9d2aa4132a81885ebbe670bf34b0f32edc573c7.tar.bz2 marcuscom-ports-a9d2aa4132a81885ebbe670bf34b0f32edc573c7.tar.lz marcuscom-ports-a9d2aa4132a81885ebbe670bf34b0f32edc573c7.tar.xz marcuscom-ports-a9d2aa4132a81885ebbe670bf34b0f32edc573c7.tar.zst marcuscom-ports-a9d2aa4132a81885ebbe670bf34b0f32edc573c7.zip |
-USE_X_PREFIX -> USE_XLIB.
-X11BASE -> LOCALBASE, gaim lives in LOCALBASE.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6860 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gaim-xmms-remote/Makefile | 32 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/distinfo | 3 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/pkg-descr | 4 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/pkg-plist | 9 |
4 files changed, 48 insertions, 0 deletions
diff --git a/multimedia/gaim-xmms-remote/Makefile b/multimedia/gaim-xmms-remote/Makefile new file mode 100644 index 000000000..2bec588bc --- /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.8 +PORTREVISION= 9 +CATEGORIES= multimedia net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= guifications + +MAINTAINER= danielshafer@gmail.com +COMMENT= Plugin to display current XMMS song in Gaim + +BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms + +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gtk20 +GNU_CONFIGURE= 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 000000000..13d34df44 --- /dev/null +++ b/multimedia/gaim-xmms-remote/distinfo @@ -0,0 +1,3 @@ +MD5 (gaim-xmms-remote-1.8.tar.gz) = 87e73c821f61ff3859d191cb77358128 +SHA256 (gaim-xmms-remote-1.8.tar.gz) = c4f70139487cfcf7993f8c2b45c5f845a174ab2477cccf1af942fc96b98f9c55 +SIZE (gaim-xmms-remote-1.8.tar.gz) = 313277 diff --git a/multimedia/gaim-xmms-remote/pkg-descr b/multimedia/gaim-xmms-remote/pkg-descr new file mode 100644 index 000000000..1fc83f2d8 --- /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 000000000..3653653d1 --- /dev/null +++ b/multimedia/gaim-xmms-remote/pkg-plist @@ -0,0 +1,9 @@ +lib/gaim/gxr.la +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 |