summaryrefslogtreecommitdiff
path: root/chat/ctrlproxy/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2009-01-04 01:05:46 +0000
committeradrianp <adrianp@pkgsrc.org>2009-01-04 01:05:46 +0000
commit8a42e42182f30038ee53d7bb841445dfb2fc683b (patch)
tree8de6fbcd1b8b94b27f5752c86c2d6d90aed2f24e /chat/ctrlproxy/Makefile
parentd5777e02fb0684b4187787a9ac84fd5bcda8ded5 (diff)
downloadpkgsrc-8a42e42182f30038ee53d7bb841445dfb2fc683b.tar.gz
CtrlProxy runs on a computer with a 24/7 internet connection and allows you
to transparently connect to IRC from anywhere on the world to your nick. It connects to one or more IRC servers and then allows you to connect to it with any number of clients, providing access to these servers. This is very useful if you don't want to leave IRC but still want to be able to use it from home, school or work.
Diffstat (limited to 'chat/ctrlproxy/Makefile')
-rw-r--r--chat/ctrlproxy/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/chat/ctrlproxy/Makefile b/chat/ctrlproxy/Makefile
new file mode 100644
index 00000000000..6fc3b0031ec
--- /dev/null
+++ b/chat/ctrlproxy/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 01:05:46 adrianp Exp $
+#
+
+DISTNAME= ctrlproxy-3.0.8
+CATEGORIES= chat
+MASTER_SITES= http://www.ctrlproxy.org/releases/
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://www.ctrlproxy.org/
+COMMENT= Detachable internet relay chat proxy server
+
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config gmake
+GNU_CONFIGURE= yes
+PKG_SYSCONFSUBDIR= ctrlproxy
+
+CONF_FILES= ${PREFIX}/share/examples/ctrlproxy/motd \
+ ${PKG_SYSCONFDIR}/motd
+CONF_FILES+= ${PREFIX}/share/examples/ctrlproxy/config.default \
+ ${PKG_SYSCONFDIR}/config
+
+PKGCONFIG_OVERRIDE+= ctrlproxy.pc.in
+
+.include "options.mk"
+
+post-install:
+ cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} install
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ctrlproxy/README
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ctrlproxy
+ ${INSTALL_DATA} ${WRKSRC}/motd \
+ ${PREFIX}/share/examples/ctrlproxy/motd
+ ${INSTALL_DATA} ${WRKSRC}/config.default \
+ ${PREFIX}/share/examples/ctrlproxy/config.default
+ ${INSTALL_DATA} ${WRKSRC}/config.example \
+ ${PREFIX}/share/examples/ctrlproxy/config.example
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"