blob: 5837a9008e9d4f55809e01a985e2358dab225b40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: nic
# Date created: Fri Mar 16, 2007
# Whom: Beech Rintoul <beech@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nic
DISTVERSIONPREFIX=
DISTVERSION= 0.1.beta20070316
PORTREVISION= 8
CATEGORIES= net-mgmt
MASTER_SITES= CENKES http://freebsd.alaskaparadise.com/source/
MAINTAINER= horde@FreeBSD.org
COMMENT= Network service monitor
USE_HORDE= base pkg-message
USES= gettext
PORTDOCS= CHANGES CREDITS INSTALL TODO README
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
|