freebsd-ports/net-mgmt/ssgless/Makefile
Baptiste Daroussin d13c52e63e Viewer configuration files of devices with ScreenOS
(of Juniper Networks), considers the context of commands.

				For example to:
set vrouter trust-vr sharable
set vrouter "trust-vr"
unset auto-route-export
set protocol ospf
set enable
exit
exit
unset alg sip enable
				and after:
set vrouter trust-vr sharable
set vrouter "trust-vr"
   unset auto-route-export
   set protocol ospf
      set enable
   exit
exit
unset alg sip enable

PR:		ports/162676
Submitted by:	Pavel I Volkov
2012-05-15 13:02:18 +00:00

40 lines
716 B
Makefile

# New ports collection makefile for: ssgless
# Date created: 8 Nov 2011
# Whom: Pavel I Volkov
#
# $FreeBSD$
#
PORTNAME= ssgless
PORTVERSION= 1.2
CATEGORIES= net-mgmt
DISTFILES=
MAINTAINER= pavelivolkov@googlemail.com
COMMENT= View ScreenOS configuration files
LICENSE= BSD
LESS= `whereis -bq less`
NOFETCHFILES= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_MTREE= yes
PLIST_FILES= bin/${PORTNAME} bin/lesspipe-ssg.awk
SUB_FILES= ${PORTNAME} lesspipe-ssg.awk
SUB_LIST= "AWK=${AWK}" "LESS=${LESS}"
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKDIR}/lesspipe-ssg.awk ${PREFIX}/bin
post-install:
@${ECHO}
@${CAT} ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.mk>