From eb5af4f70482374eb9b415a7e26fd7a79cb55178 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 5 Sep 2005 01:24:05 +0000 Subject: - Add gaim-irchelper o Gaim plugin that enhances the usability of the IRC protocol --- irc/gaim-irchelper/Makefile | 25 +++++++++++++++++++++++++ irc/gaim-irchelper/distinfo | 2 ++ irc/gaim-irchelper/files/patch-Makefile | 24 ++++++++++++++++++++++++ irc/gaim-irchelper/pkg-descr | 3 +++ 4 files changed, 54 insertions(+) create mode 100644 irc/gaim-irchelper/Makefile create mode 100644 irc/gaim-irchelper/distinfo create mode 100644 irc/gaim-irchelper/files/patch-Makefile create mode 100644 irc/gaim-irchelper/pkg-descr (limited to 'irc/gaim-irchelper') diff --git a/irc/gaim-irchelper/Makefile b/irc/gaim-irchelper/Makefile new file mode 100644 index 000000000000..c822a32c715d --- /dev/null +++ b/irc/gaim-irchelper/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gaim-irchelper +# Date created: 2005-09-04 +# Whom: Michael Johnson +# +# $FreeBSD$ +# + +PORTNAME= gaim-irchelper +PORTVERSION= 0.12 +CATEGORIES= irc net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Gaim plugin that enhances the usability of the IRC protocol + +BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +PLIST_FILES= lib/gaim/irchelper.so + +.include diff --git a/irc/gaim-irchelper/distinfo b/irc/gaim-irchelper/distinfo new file mode 100644 index 000000000000..7ba1a2f928fd --- /dev/null +++ b/irc/gaim-irchelper/distinfo @@ -0,0 +1,2 @@ +MD5 (gaim-irchelper-0.12.tar.bz2) = d794ed9017d24b7c75afb57e546156cd +SIZE (gaim-irchelper-0.12.tar.bz2) = 19525 diff --git a/irc/gaim-irchelper/files/patch-Makefile b/irc/gaim-irchelper/files/patch-Makefile new file mode 100644 index 000000000000..4292ef2467cd --- /dev/null +++ b/irc/gaim-irchelper/files/patch-Makefile @@ -0,0 +1,24 @@ +--- Makefile.orig Mon Jul 25 00:54:12 2005 ++++ Makefile Sun Sep 4 20:31:58 2005 +@@ -7,10 +7,10 @@ + + # *nix Plugin Directory Settings + +- PLUGINDIR=$(HOME)/.gaim/plugins ++ #PLUGINDIR=$(HOME)/.gaim/plugins + + # Uncomment this to install the plugin for all users. +- #PLUGINDIR=$(shell pkg-config --variable=libdir gaim)/gaim ++ PLUGINDIR=$(shell pkg-config --variable=libdir gaim)/gaim + + else + +@@ -45,7 +45,7 @@ + endif + + # Common Compiler Stuff +-CC = gcc ++CC ?= gcc + DEFINES=-DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\" + CFLAGS ?= -g3 -O2 -Wall + override CFLAGS += $(DEFINES) diff --git a/irc/gaim-irchelper/pkg-descr b/irc/gaim-irchelper/pkg-descr new file mode 100644 index 000000000000..8d7f3d79c26b --- /dev/null +++ b/irc/gaim-irchelper/pkg-descr @@ -0,0 +1,3 @@ +Gaim plugin that enhances the usability of the IRC protocol + +WWW: http://sf.net/project/showfiles.php?group_id=137778&package_id=151258 -- cgit v1.2.3