svn commit: r428308 - in head/net-mgmt: . nagnu
John Marino
freebsd.contact at marino.st
Mon Dec 12 17:26:30 UTC 2016
On 12/10/2016 11:05, Kurt Jaeger wrote:
> Author: pi
> Date: Sat Dec 10 17:05:29 2016
> New Revision: 428308
> URL: https://svnweb.freebsd.org/changeset/ports/428308
>
> Log:
> New port: net-mgmt/nagnu
>
> Nagnu is a curses/terminal based dashboard for nagios showing current
> status of hosts and services.
>
> WWW: https://github.com/frlen/nagnu
>
> PR: 208846
> Submitted by: Fredrik Lennmark <fredrik at min-hemsida.net>
>
>
> Added: head/net-mgmt/nagnu/Makefile
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/net-mgmt/nagnu/Makefile Sat Dec 10 17:05:29 2016 (r428308)
> @@ -0,0 +1,33 @@
> +# $FreeBSD$
> +
> +PORTNAME= nagnu
> +PORTVERSION= 1.1.2
> +CATEGORIES= net-mgmt
> +
> +MAINTAINER= fredrik at min-hemsida.net
> +COMMENT= Nagios dashboard
> +
> +LICENSE= BSD2CLAUSE
> +
> +LIB_DEPENDS= libcurl.so:ftp/curl \
> + libncurses.so:devel/ncurses
> +
> +USE_GITHUB= yes
> +GH_ACCOUNT= frlen
> +PLIST_FILES= bin/nagnu \
> + man/man8/nagnu.8.gz \
> + share/examples/nagnu/nagnu.conf.sample
> +
> +GNU_CONFIGURE= yes
> +
> +do-install:
> + ${INSTALL_PROGRAM} ${WRKSRC}/nagnu ${STAGEDIR}${PREFIX}/bin
> +
> + ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/nagnu
> + ${INSTALL_DATA} ${WRKSRC}/nagnu.conf.sample \
> + ${STAGEDIR}${PREFIX}/share/examples/nagnu/nagnu.conf.sample
> +
> + ${INSTALL_MAN} ${WRKSRC}/docs/nagnu.8 \
> + ${STAGEDIR}${MANPREFIX}/man/man8
> +
> +.include <bsd.port.mk>
shouldn't this be using "USES+=ncurses:port", not LIB_DEPENDS ?
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
More information about the svn-ports-all
mailing list