summaryrefslogtreecommitdiff
path: root/net/slurm/Makefile
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2004-10-14 16:27:17 +0000
committerben <ben@pkgsrc.org>2004-10-14 16:27:17 +0000
commit6f2cd5b998428d358e2938abb11adad60a326636 (patch)
treee11cd3683550c55dbb2c99a6206b3767f6127edc /net/slurm/Makefile
parent0f9c7e6d401e19fbde9fe1b92bb2dcce9169de9c (diff)
downloadpkgsrc-6f2cd5b998428d358e2938abb11adad60a326636.tar.gz
Update slurm to version 0.3.3. Addresses PR#27248. Changes include:
* update config.* to allow configure run on DragonFly BSD (i386 only) * README: minor OS updates * os.h: allow compilation on Sun Forte CC systems again * theme.c: (theme_readfile): remove NOTICE error * themes/black.theme: new theme * use better CPP magic to detect OS features * allow compilation on a few OpenBSD systems again * add validinterface() check on Mac OS X * remove version name from OS for 'darwin' aka Mac OS X * s/VERSION/PACKAGE_VERSION/ * major config subsystem replacement * mv THEMES THEMES.txt (welcome to Mac OS X :)) * add support for pre 4.5-RELEASE FreeBSD (tested on 4.2-REL :)) * FAQ: added Linux media Q/A * README: s/raisdorf/wormulon/ * slurm.1: s/raisdorf/wormulon/, added -L option * slurm.c: (slurm_shutdown): s/raisdorf/wormulon/ * slurm.spec: s/raisdorf/wormulon/ * theme.c: (theme_readfile): added -D__Debian__ to search for themes in /usr/share rather than /usr/local/share * add -L switch to enable LED * reduce overhead in upcoming NetBSD port upgrade * slurm.spec: initial specfile based on 0.2.3
Diffstat (limited to 'net/slurm/Makefile')
-rw-r--r--net/slurm/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/net/slurm/Makefile b/net/slurm/Makefile
index 6584c8c8c22..c7e146a3636 100644
--- a/net/slurm/Makefile
+++ b/net/slurm/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:17:58 tv Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/14 16:27:17 ben Exp $
#
-DISTNAME= slurm-0.3.1
-PKGREVISION= 1
+DISTNAME= slurm-0.3.3
CATEGORIES= net
-MASTER_SITES= http://www.raisdorf.net/files/code/
+MASTER_SITES= http://www.raisdorf.net/files/slurm/
MAINTAINER= mail@eckigesauge.de
HOMEPAGE= http://www.raisdorf.net/projects/slurm/
@@ -13,15 +12,11 @@ COMMENT= Realtime traffic statistics
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
-post-patch:
- ${SED} -e s,@PREFIX@,${PREFIX}, ${WRKSRC}/theme.c > ${WRKSRC}/theme.c.sed
- ${MV} ${WRKSRC}/theme.c.sed ${WRKSRC}/theme.c
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/slurm ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/slurm.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/slurm
- for theme in blue cyan foo; do \
+ for theme in black blue cyan foo; do \
${INSTALL_DATA} ${WRKSRC}/themes/$${theme}.theme ${PREFIX}/share/slurm ; \
done