diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-01 12:37:31 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-01 12:37:31 +0800 |
commit | 93bae2f3ba5d24b89344ea697be43f6ab1958422 (patch) | |
tree | 22d37156401069d1fc5c113b76f2aad5ab8a8706 /irc/gaim-irchelper | |
parent | 202f613fc0c4561e73bfeef759a6459d12f01225 (diff) | |
download | marcuscom-ports-93bae2f3ba5d24b89344ea697be43f6ab1958422.tar marcuscom-ports-93bae2f3ba5d24b89344ea697be43f6ab1958422.tar.gz marcuscom-ports-93bae2f3ba5d24b89344ea697be43f6ab1958422.tar.bz2 marcuscom-ports-93bae2f3ba5d24b89344ea697be43f6ab1958422.tar.lz marcuscom-ports-93bae2f3ba5d24b89344ea697be43f6ab1958422.tar.xz marcuscom-ports-93bae2f3ba5d24b89344ea697be43f6ab1958422.tar.zst marcuscom-ports-93bae2f3ba5d24b89344ea697be43f6ab1958422.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6913 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc/gaim-irchelper')
-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 |
4 files changed, 55 insertions, 0 deletions
diff --git a/irc/gaim-irchelper/Makefile b/irc/gaim-irchelper/Makefile new file mode 100644 index 000000000..8d4733c65 --- /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$ +# $MCom$ + +PORTNAME= gaim-irchelper +PORTVERSION= 0.13 +PORTREVISION= 1 +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 new file mode 100644 index 000000000..5e50f2fd2 --- /dev/null +++ b/irc/gaim-irchelper/distinfo @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..4292ef246 --- /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 000000000..8d7f3d79c --- /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 |