83b4c7ea73
MakeSubdirs() macro becomes very unsafe, as it hooks the subdirectories' build commands to the "all" target, along with main program executable. If MakeSubdirs() was used to build a dependency of the main program, it is highly likely that parallel build (-jX) will fail; and that's what's happening to this port here. To remedy the problem, use NamedTargetSubdirs() instead; also make sure that correct make(1) implementation would be used for sub-makes (ignore bogus "MAKE = make" set by imake in generated Makefiles). While here, improve wording and formatting in the port description. Reported by: marino
23 lines
840 B
Text
23 lines
840 B
Text
XMascot displays a moving mascot on your X11 screen. XMascot has the
|
|
following options:
|
|
|
|
- Moving pretty mascot moving
|
|
- Stretch stretch it as you like
|
|
- Talking mascot talks with extract command and data
|
|
- Alarm mascot may make some actions at defined time
|
|
- BIFF mascot may let you know arriving a mail
|
|
|
|
XMascot supports these image formats:
|
|
|
|
- MAG (*.mag) 16 colors and 256 colors
|
|
- TIFF (*.tif) 16 colors and 256 colors, in raw or lzw
|
|
- PPM (*.ppm) 256 level color, in raw
|
|
- PGM (*.pgm) 256 level gray scale, in raw
|
|
- PBM (*.pbm) 2 level monochrome, in raw
|
|
- PNM (*.pnm) PPM, PGM, or PBM
|
|
|
|
XMascot distinguishes images from their suffix and can load other image
|
|
formats when corresponding *topnm, *topgm, or *topbm commands are found
|
|
in your system.
|
|
|
|
WWW: http://cclub-flying.dsl.gr.jp/products/xmascot/
|