aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/cisco_conf/Makefile
blob: 84f4147c72a1bc5d0beced5d4815d48f0fab008e (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
24
25
26
27
# New ports collection makefile for:   cisco_conf
# Date created:        27 March 2001
# Whom:                Anton Voronin <anton@urc.ac.ru>
#
# $FreeBSD$
#

PORTNAME=   cisco_conf
PORTVERSION=    1.2
PORTREVISION=   1
CATEGORIES= net-mgmt
MASTER_SITES=   http://www.chelcom.ru/~anton/projects/files/
DISTNAME=   ciscoconf-${PORTVERSION}
DIST_SUBDIR=    cisco_conf

MAINTAINER= anton@chelcom.ru
COMMENT=    Simple configuration editor for Cisco devices

RUN_DEPENDS=    ${LOCALBASE}/bin/joe:${PORTSDIR}/editors/joe

WRKSRC=     ${WRKDIR}/ciscoconf

DOCSDIR=    ${PREFIX}/share/doc/ciscoconf

NO_BUILD=   YES

.include <bsd.port.mk>