mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
baa62c5881
and modified by Rahul Jain (rahul@rice.edu). It does what you would expect it to do, draw a flame on the screen. PR: ports/9274 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
24 lines
450 B
Plaintext
24 lines
450 B
Plaintext
*** Imakefile Wed Dec 16 17:58:03 1998
|
|
--- Imakefile2 Sat Jan 2 19:16:24 1999
|
|
***************
|
|
*** 29,37 ****
|
|
CleanTarget()
|
|
|
|
# To get around a messiness in Imake on Solaris
|
|
! LD_RUN_PATH +=
|
|
! install::
|
|
! export LD_RUN_PATH
|
|
|
|
InstallProgram(xflame,$(BINDIR))
|
|
|
|
--- 29,37 ----
|
|
CleanTarget()
|
|
|
|
# To get around a messiness in Imake on Solaris
|
|
! #LD_RUN_PATH +=
|
|
! #install::
|
|
! # export LD_RUN_PATH
|
|
|
|
InstallProgram(xflame,$(BINDIR))
|
|
|