forked from Lainports/freebsd-ports
- 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>
14 lines
321 B
Text
14 lines
321 B
Text
--- Makefile.in.orig Wed Feb 1 20:12:01 2006
|
|
+++ Makefile.in Wed Feb 1 20:12:22 2006
|
|
@@ -27,9 +27,9 @@
|
|
|
|
#CC=/compat/linux/usr/bin/gcc
|
|
CC=@CC@
|
|
-CFLAGS=-O3 $(INCLUDES) $(DEFS)
|
|
+CFLAGS+=$(INCLUDES) $(DEFS)
|
|
CFLAGSX=$(CFLAGS) @X_CFLAGS@
|
|
-LDFLAGS=-s
|
|
+LDFLAGS=
|
|
|
|
LINT=lint
|
|
# LINT=$(CC) -c -Wall -Wshadow -Wpointer-arith
|