021ffabcae
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>
17 lines
417 B
Makefile
17 lines
417 B
Makefile
# New ports collection makefile for: verlihub-plugins-forbid
|
|
# Date created: 3 May 2007
|
|
# Whom: Skylord
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= forbid
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= net-p2p
|
|
|
|
MAINTAINER= skylord@vt.net.ru
|
|
COMMENT= ForbiddenWords 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>
|