e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
27 lines
727 B
Makefile
27 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/06/02 01:17:52 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= check_cluster
|
|
PKGNAME= netsaint-plugin-cluster-20001207
|
|
PKGREVISION= 1
|
|
WRKSRC= ${WRKDIR}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://netsaint.sourceforge.net/download/alpha/
|
|
EXTRACT_SUFX= .c
|
|
|
|
MAINTAINER= tech-pkg@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}
|
|
|
|
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"
|