mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
c01aa3135c
Please note, that it's a work in progress, so some features doesn't work (for example mouse support). However, the functionality already present is sufficient to run some of the popular apps (quakeforge for example). I tested it on ATI Mach64 and C&T55554 adapters.
21 lines
791 B
Plaintext
21 lines
791 B
Plaintext
--- Makefile.orig Fri Aug 25 05:26:16 2000
|
|
+++ Makefile Fri Aug 25 05:26:20 2000
|
|
@@ -210,7 +210,7 @@
|
|
@$(INSTALL_DATA) staticlib/libvgagl.a $(libdir)/libvgagl.a
|
|
@chmod a+r $(libdir)/libvgagl.a
|
|
|
|
-installutils: textutils lrmi
|
|
+installutils: textutils
|
|
@if [ ! -d $(bindir) ]; then \
|
|
echo No $(bindir) directory, creating it.; \
|
|
mkdir $(bindir); \
|
|
@@ -236,8 +236,6 @@
|
|
@cp utils/textmode $(bindir)
|
|
@echo "savetextmode: Script that saves textmode information used by 'textmode'."
|
|
@cp utils/savetextmode $(bindir)
|
|
- @echo "mode3: Restore textmode by setting VESA mode 3."
|
|
- @cp lrmi-0.6m/mode3 $(bindir)
|
|
@echo "Installing keymap utilities in $(bindir):"
|
|
@echo "svgakeymap: Perl script that generates scancode conversion maps."
|
|
@cp utils/svgakeymap $(bindir)
|