mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
25 lines
519 B
Makefile
25 lines
519 B
Makefile
# 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= 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|