summaryrefslogtreecommitdiff
path: root/irc/gaim-irchelper
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-09-05 01:24:05 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-09-05 01:24:05 +0000
commiteb5af4f70482374eb9b415a7e26fd7a79cb55178 (patch)
treec30982162bb78a6758c25747ca33483636af4648 /irc/gaim-irchelper
parentAdd a missing runtime dependency. (diff)
- Add gaim-irchelper
o Gaim plugin that enhances the usability of the IRC protocol
Notes
Notes: svn path=/head/; revision=141963
Diffstat (limited to 'irc/gaim-irchelper')
-rw-r--r--irc/gaim-irchelper/Makefile25
-rw-r--r--irc/gaim-irchelper/distinfo2
-rw-r--r--irc/gaim-irchelper/files/patch-Makefile24
-rw-r--r--irc/gaim-irchelper/pkg-descr3
4 files changed, 54 insertions, 0 deletions
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 <ahze@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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