diff options
author | ahze <ahze@FreeBSD.org> | 2005-09-05 09:24:05 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-09-05 09:24:05 +0800 |
commit | 8b261c02bb3a097588ce636a54d55b171ccdf7b3 (patch) | |
tree | 197b9528e80f9e774559f333fed0f67c826f9352 /irc | |
parent | 9138f95eabee740a9406518729c8af90674c69af (diff) | |
download | freebsd-ports-gnome-8b261c02bb3a097588ce636a54d55b171ccdf7b3.tar.gz freebsd-ports-gnome-8b261c02bb3a097588ce636a54d55b171ccdf7b3.tar.zst freebsd-ports-gnome-8b261c02bb3a097588ce636a54d55b171ccdf7b3.zip |
- Add gaim-irchelper
o Gaim plugin that enhances the usability of the IRC protocol
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/gaim-irchelper/Makefile | 25 | ||||
-rw-r--r-- | irc/gaim-irchelper/distinfo | 2 | ||||
-rw-r--r-- | irc/gaim-irchelper/files/patch-Makefile | 24 | ||||
-rw-r--r-- | irc/gaim-irchelper/pkg-descr | 3 |
5 files changed, 55 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index e4f28d3b5d27..5c31b7988231 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -26,6 +26,7 @@ SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg + SUBDIR += gaim-irchelper SUBDIR += garnaxfs SUBDIR += gdesklets-irc SUBDIR += gruftistats 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 |