1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/slurm/Makefile
Pete Fritchman a76314c4ea Update to 0.0.10.
PR:		46716
Submitted by:	maintainer
2003-01-03 19:40:31 +00:00

33 lines
730 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.10
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}
${INSTALL_DATA} ${WRKSRC}/KEYS ${DOCSDIR}
.endif
.include <bsd.port.mk>