blob: 902769fb91c9e59d4e734074f7416693c5da2876 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
|