summaryrefslogtreecommitdiff
path: root/irc/gaim-irchelper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/gaim-irchelper/Makefile')
-rw-r--r--irc/gaim-irchelper/Makefile25
1 files changed, 25 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>