blob: 115957901a700d1e94e0ca8ca0fdd2d77e9fcee5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: verlihub-plugins-isp
# Date created: 3 May 2007
# Whom: Skylord
#
# $FreeBSD$
#
PORTNAME= isp
PORTVERSION= 0.9
CATEGORIES= net-p2p
MAINTAINER= skylord@vt.net.ru
COMMENT= ISP plugin for the VerliHub - a Direct Connect protocol server
PLIST_FILES= share/verlihub/default_pi_isp.sql
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
.include <bsd.port.post.mk>
|