diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-05 15:01:10 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-05 15:01:10 +0800 |
commit | 6bcd0636a35466fd68614d6ef4a434b514af2298 (patch) | |
tree | 972e6937b2eddcfde6cc662d66e58cf6e0c3b447 /net-p2p/verlihub-plugins-chatroom/Makefile | |
parent | 3cd839b2005eb47cb65d9b85fa6bc833029f3bfe (diff) | |
download | freebsd-ports-gnome-6bcd0636a35466fd68614d6ef4a434b514af2298.tar.gz freebsd-ports-gnome-6bcd0636a35466fd68614d6ef4a434b514af2298.tar.zst freebsd-ports-gnome-6bcd0636a35466fd68614d6ef4a434b514af2298.zip |
Chatroom plugin for the VerliHub.
Verlihub is a Linux/Unix Direct Connect protocol server (Hub).
It is written in c++, has relatively low CPU and RAM usage,
and has many useful features. It also uses a MySQL Database.
Additional functionality is available through a versatile
'plugin' system.
WWW: http://www.verlihub-project.org/
PR: ports/112393
Submitted by: Mikle Davidkin <skylord at vt.net.ru>
Diffstat (limited to 'net-p2p/verlihub-plugins-chatroom/Makefile')
-rw-r--r-- | net-p2p/verlihub-plugins-chatroom/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-p2p/verlihub-plugins-chatroom/Makefile b/net-p2p/verlihub-plugins-chatroom/Makefile new file mode 100644 index 000000000000..902769fb91c9 --- /dev/null +++ b/net-p2p/verlihub-plugins-chatroom/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: verlihub-plugins-chatroom +# Date created: 3 May 2007 +# Whom: Skylord +# +# $FreeBSD$ +# + +PORTNAME= chatroom +PORTVERSION= 1.1 +CATEGORIES= net-p2p + +MAINTAINER= skylord@vt.net.ru +COMMENT= Chatroom plugin for the VerliHub - a Direct Connect protocol server + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins" +.include <bsd.port.post.mk> |