mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
501 B
Makefile
20 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.21 2015/08/18 07:31:16 wiz Exp $
|
|
|
|
DISTNAME= clusterit-2.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= parallel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/}
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://clusterit.sourceforge.net/
|
|
COMMENT= Clustering package for unix
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|