summaryrefslogtreecommitdiffstats
path: root/multimedia/gaim-xmms-remote/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-02 05:14:35 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-02 05:14:35 +0800
commitf8205c3be7af8fe5e4cd7e1a15146d4b73e989b9 (patch)
tree802fbf8bc27b28bb7d27aed178185be5e311fd19 /multimedia/gaim-xmms-remote/Makefile
parent556670ebb34b5f097187656d8ae53eb635d1a2eb (diff)
downloadmarcuscom-ports-f8205c3be7af8fe5e4cd7e1a15146d4b73e989b9.tar
marcuscom-ports-f8205c3be7af8fe5e4cd7e1a15146d4b73e989b9.tar.gz
marcuscom-ports-f8205c3be7af8fe5e4cd7e1a15146d4b73e989b9.tar.bz2
marcuscom-ports-f8205c3be7af8fe5e4cd7e1a15146d4b73e989b9.tar.lz
marcuscom-ports-f8205c3be7af8fe5e4cd7e1a15146d4b73e989b9.tar.xz
marcuscom-ports-f8205c3be7af8fe5e4cd7e1a15146d4b73e989b9.tar.zst
marcuscom-ports-f8205c3be7af8fe5e4cd7e1a15146d4b73e989b9.zip
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9712 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gaim-xmms-remote/Makefile')
-rw-r--r--multimedia/gaim-xmms-remote/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/multimedia/gaim-xmms-remote/Makefile b/multimedia/gaim-xmms-remote/Makefile
deleted file mode 100644
index b032f122d..000000000
--- a/multimedia/gaim-xmms-remote/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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= 11
-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#'
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
-
-.include <bsd.port.mk>