mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
605 B
Makefile
28 lines
605 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.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>
|