2001-03-31 03:30:17 +02:00
|
|
|
# New ports collection makefile for: cisco_conf
|
|
|
|
# Date created: 27 March 2001
|
|
|
|
# Whom: Anton Voronin <anton@urc.ac.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cisco_conf
|
2001-08-13 14:31:03 +02:00
|
|
|
PORTVERSION= 1.1
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2001-12-15 23:12:05 +01:00
|
|
|
MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/
|
2001-03-31 03:30:17 +02:00
|
|
|
DISTNAME= ciscoconf-${PORTVERSION}
|
2001-12-15 23:12:05 +01:00
|
|
|
DIST_SUBDIR= cisco_conf
|
2001-03-31 03:30:17 +02:00
|
|
|
|
2003-11-02 04:36:45 +01:00
|
|
|
MAINTAINER= anton@chelcom.ru
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Simple configuration editor for Cisco devices
|
2001-03-31 03:30:17 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/joe:${PORTSDIR}/editors/joe
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/ciscoconf
|
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|