summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/files/top.Makefile.inc
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-03-29 06:47:30 +0000
committercube <cube@pkgsrc.org>2004-03-29 06:47:30 +0000
commit511eccffe862c3b1229c9bf261948b9e14dc6bac (patch)
tree4c153b030b9471daf75d68370896a96f634319d2 /sysutils/gkrellm/files/top.Makefile.inc
parent44e183646d508c5cc2f9c8f3552e6ec3d8e6854d (diff)
downloadpkgsrc-511eccffe862c3b1229c9bf261948b9e14dc6bac.tar.gz
Update to 2.1.28.
pkgsrc changes: o provide GKRELLM_DEBUG to easily build a debug version (should help with the spinning gkrellm issue) o don't strip binaries in debug mode o small gkrellm Makefiles fixes GKrellM changes (from Changelog): o Stephan Kapfinger <s.kapfinger--at--gmx.de> mail.c patch fixes bug I introduced into the last release where parsing of the mail reader command could fail.
Diffstat (limited to 'sysutils/gkrellm/files/top.Makefile.inc')
-rw-r--r--sysutils/gkrellm/files/top.Makefile.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/gkrellm/files/top.Makefile.inc b/sysutils/gkrellm/files/top.Makefile.inc
index 087b5374822..0aa5e12e87d 100644
--- a/sysutils/gkrellm/files/top.Makefile.inc
+++ b/sysutils/gkrellm/files/top.Makefile.inc
@@ -1,4 +1,4 @@
-VERSION= 2.1.27
+VERSION= 2.1.28
# Path options
PREFIX?= /usr/local
@@ -59,6 +59,11 @@ ifeq ($(profile),yes)
PROFILE= yes
endif
+# Don't strip binaries if in DEBUG mode
+ifeq ($(DEBUG),yes)
+STRIP=
+endif
+
ifeq ($(GTOP),)
# OS-specific overrides
SUPPORTED_OSES= Linux NetBSD FreeBSD OpenBSD Darwin Solaris