b386c313ba
Bug fixes and UI improvements cluster-software-manager: Add ports/wip management and linux compat setup, make autoremove optional cluster-setup: Leverage improved auto-nfs-*-setup in place of duplicated code Finish support for non-numbered compute node hostnames Several minor bug fixes and improvements
25 lines
438 B
Makefile
25 lines
438 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spcm
|
|
DISTVERSION= 0.5.3
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Tools for building and managing HPC clusters
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= auto-admin>=0.7.0:sysutils/auto-admin
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= outpaddling
|
|
GH_PROJECT= SPCM
|
|
|
|
MAKE_ENV+= DATADIR=${DATADIR}
|
|
|
|
post-stage:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cluster-passwd
|
|
|
|
.include <bsd.port.mk>
|