1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Add gaim-irchelper

o Gaim plugin that enhances the usability of the IRC protocol
This commit is contained in:
Michael Johnson 2005-09-05 01:24:05 +00:00
parent 470bfe9840
commit eb5af4f704
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141963
5 changed files with 55 additions and 0 deletions

View File

@ -26,6 +26,7 @@
SUBDIR += evangeline
SUBDIR += ezbounce
SUBDIR += fisg
SUBDIR += gaim-irchelper
SUBDIR += garnaxfs
SUBDIR += gdesklets-irc
SUBDIR += gruftistats

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (gaim-irchelper-0.12.tar.bz2) = d794ed9017d24b7c75afb57e546156cd
SIZE (gaim-irchelper-0.12.tar.bz2) = 19525

View File

@ -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)

View File

@ -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