mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a08d0fc53f
An animated musical demo for X11. PR: 14554 Submitted by: Trevor Johnson <trevor@jpj.net>
24 lines
606 B
Plaintext
24 lines
606 B
Plaintext
--- Makefile.in.orig Wed Sep 24 09:49:16 1997
|
|
+++ Makefile.in Sun Oct 24 06:59:51 1999
|
|
@@ -1,5 +1,5 @@
|
|
# Maximum optimization
|
|
-CXXFLAGS += -O6 -ffast-math -funroll-loops -w
|
|
+CXXFLAGS += -O6 -ffast-math -funroll-loops -w -I /usr/X11R6/include/
|
|
|
|
# Debugging options
|
|
#CXXFLAGS += -g
|
|
@@ -49,6 +49,13 @@
|
|
|
|
parts.o:
|
|
$(CC) -c parts.cc
|
|
+
|
|
+install:
|
|
+ strip -s qrash
|
|
+ mkdir $(X11BASE)/share/qrash/
|
|
+ install -c -m 755 -o root -g wheel qrash $(X11BASE)/bin/
|
|
+ install -c -m 644 -o root -g wheel qrash.dat $(X11BASE)/share/qrash/
|
|
+ install -c -m 644 -o root -g wheel README $(X11BASE)/share/qrash/
|
|
|
|
DUMMY:
|
|
|