b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
27 lines
772 B
Makefile
27 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:32 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= nsca-1.1.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://netsaint.sourceforge.net/download/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://netsaint.sourceforge.net/docs/0_0_6/addons.html\#nsca
|
|
COMMENT= submit passive NetSaint checks results to another server
|
|
|
|
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
do-install:
|
|
.for prg in nsca send_nsca
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${prg} ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/${prg}.cfg ${PREFIX}/etc/${prg}.cfg.sample
|
|
.endfor
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nsca
|
|
.for doc in Changelog README SECURITY
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/nsca
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|