mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
31680b0b02
This is stella 1.1, an Atari 2600 VCS emulator.
19 lines
685 B
Plaintext
19 lines
685 B
Plaintext
--- makefile.orig Thu Mar 4 16:52:03 1999
|
|
+++ makefile Thu Mar 4 16:53:33 1999
|
|
@@ -129,6 +129,15 @@
|
|
LDLIBS=`gtk-config --libs` \
|
|
OBJS="gtk.o editor.o SndUnix.o"
|
|
|
|
+freebsd-x:
|
|
+ make xstella \
|
|
+ INCLUDES="$(INCLUDES) -I$(UI)/x11 -I$(UI)/sound" \
|
|
+ SYS_INCLUDES="-I${X11BASE}/include" \
|
|
+ OPTIONS="-DBSPF_UNIX -DSHOW_TIMING" \
|
|
+ LDFLAGS="-L${X11BASE}/lib" \
|
|
+ LDLIBS="-lX11 -lXext" \
|
|
+ OBJS="mainX11.o SndUnix.o"
|
|
+
|
|
###############################################################################
|
|
## List of "core" object files
|
|
###############################################################################
|