mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
cdfc303ac3
Yes, this is different from net/ciscoconf. PR: 26199 Submitted by: Anton Voronin <anton@urc.ac.ru>
23 lines
464 B
Makefile
23 lines
464 B
Makefile
# 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.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/
|
|
DISTNAME= ciscoconf-${PORTVERSION}
|
|
|
|
MAINTAINER= anton@urc.ac.ru
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/joe:${PORTSDIR}/editors/joe
|
|
|
|
WRKSRC= ${WRKDIR}/ciscoconf
|
|
|
|
NO_BUILD= YES
|
|
|
|
.include <bsd.port.mk>
|