aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/cisco_conf/Makefile
blob: b6a815d8ed1e7515a3328e8c67249cc5a7ec85aa (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
# Created by: 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= ports@FreeBSD.org
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

NO_STAGE=   yes
.include <bsd.port.mk>