diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-07 03:47:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-07 03:47:30 +0000 |
commit | d84f52593e87c86c346024e80c7a8ca09d29fc36 (patch) | |
tree | 16126d1531f2de73817bd1d6a9196edfdeae566d /irc | |
parent | a8f77bec5a352f858acbf0959621ce9ba0de973a (diff) | |
download | ports-d84f52593e87c86c346024e80c7a8ca09d29fc36.tar.gz ports-d84f52593e87c86c346024e80c7a8ca09d29fc36.zip |
Notes
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 | 3 | ||||
-rw-r--r-- | irc/gaim-irchelper/files/patch-Makefile | 24 | ||||
-rw-r--r-- | irc/gaim-irchelper/pkg-descr | 3 |
5 files changed, 0 insertions, 56 deletions
diff --git a/irc/Makefile b/irc/Makefile index 0da502379485..8ce17aaa74dd 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -25,7 +25,6 @@ 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 deleted file mode 100644 index 219bdba1be66..000000000000 --- a/irc/gaim-irchelper/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gaim-irchelper -# Date created: 2005-09-04 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/irc/gaim-irchelper/Makefile,v 1.1 2006/08/01 04:37:31 ahze Exp $ - -PORTNAME= gaim-irchelper -PORTVERSION= 0.13 -PORTREVISION= 2 -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-im/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim - -USE_BZIP2= yes -USE_GMAKE= yes -PLIST_FILES= lib/gaim/irchelper.so - -.include <bsd.port.mk> diff --git a/irc/gaim-irchelper/distinfo b/irc/gaim-irchelper/distinfo deleted file mode 100644 index 5e50f2fd25bd..000000000000 --- a/irc/gaim-irchelper/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gaim-irchelper-0.13.tar.bz2) = e974ec084e85694daa617e98086718ae -SHA256 (gaim-irchelper-0.13.tar.bz2) = b7f4164d0344109efab6c35f1afb23cead1e2000d7c2d0c6ab24b4626a302653 -SIZE (gaim-irchelper-0.13.tar.bz2) = 21838 diff --git a/irc/gaim-irchelper/files/patch-Makefile b/irc/gaim-irchelper/files/patch-Makefile deleted file mode 100644 index 4292ef2467cd..000000000000 --- a/irc/gaim-irchelper/files/patch-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- 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 deleted file mode 100644 index 8d7f3d79c26b..000000000000 --- a/irc/gaim-irchelper/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gaim plugin that enhances the usability of the IRC protocol - -WWW: http://sf.net/project/showfiles.php?group_id=137778&package_id=151258 |