0bdafa9ce2
- Remove -s from LDFLAGS (do not unconditionally strip, let ${INSTALL_PROGRAM} do it) - Use OPTIONS - Decouple manpage installation from NOPORTDOCS - xmbmon: - use X prefix - install xmbmon.resources into the appropriate location - do not require a font package: use fixed rather than Helvetica [1] - Take maintainership [1]: PR: ports/92600 Submitted by: Daniel Berlin <mail@daniel-berlin.de>
22 lines
775 B
C
22 lines
775 B
C
--- xmbmon.c.orig Thu Aug 12 06:37:03 2004
|
|
+++ xmbmon.c Wed Feb 1 20:44:54 2006
|
|
@@ -23,16 +23,16 @@
|
|
#define RES_NAME "XMBmon"
|
|
|
|
#define DEFAULT_GEOMETRY "100x140"
|
|
-#define DEFAULT_FONT "-adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*"
|
|
+#define DEFAULT_FONT "fixed"
|
|
|
|
-#define DEFAULT_LBFONT "-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*"
|
|
+#define DEFAULT_LBFONT "fixed"
|
|
#define DEFAULT_LBCOLOR "black"
|
|
|
|
#define DEFAULT_COUNT "4"
|
|
#define DEFAULT_CSEC "20"
|
|
#define DEFAULT_WSEC "1800"
|
|
#define DEFAULT_TMIN "10.0"
|
|
-#define DEFAULT_TMAX "50.0"
|
|
+#define DEFAULT_TMAX "90.0"
|
|
#define DEFAULT_TMINF "50.0" /* for Fahrenheit */
|
|
#define DEFAULT_TMAXF "130.0" /* for Fahrenheit */
|
|
#define DEFAULT_VMIN "1.80"
|