freebsd-ports/net/slurm/Makefile
Oliver Braun 455c3afba3 Upgrade to to 0.0.6.
PR:		ports/45288
Submitted by:	maintainer
2002-11-14 11:17:21 +00:00

32 lines
686 B
Makefile

# ex:ts=8
# Ports collection makefile for: slurm
# Date created: Tue Oct 30, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= slurm
PORTVERSION= 0.0.6
CATEGORIES= net
MASTER_SITES= http://www.raisdorf.net/files/code/ \
http://www.fachschaft.fh-kiel.de/~hscholz/slurm/ \
http://www.toppoint.de/~hscholz/slurm/
MAINTAINER= mich@freebsdcluster.org
LDFLAGS+= -lncurses
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} slurm.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>