pkgsrc/net/netsaint-plugin-cluster/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
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".]
2002-03-13 17:36:35 +00:00

27 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:32 fredb Exp $
#
DISTNAME= check_cluster
PKGNAME= netsaint-plugin-cluster-20001207
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/alpha/
EXTRACT_SUFX= .c
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://netsaint.sourceforge.net/
COMMENT= host and service cluster plugin for NetSaint
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
EXTRACT_CMD= ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
WRKSRC= ${WRKDIR}
do-build:
cd ${WRKSRC} && \
${CC} ${CPPFLAGS} ${CFLAGS} -o check_cluster check_cluster.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/check_cluster ${PREFIX}/libexec/netsaint
.include "../../mk/bsd.pkg.mk"