From a9d2aa4132a81885ebbe670bf34b0f32edc573c7 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 27 Jul 2006 17:25:04 +0000 Subject: -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 --- multimedia/gaim-xmms-remote/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 multimedia/gaim-xmms-remote/Makefile (limited to 'multimedia/gaim-xmms-remote/Makefile') 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 -- cgit v1.2.3