mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Change Makefile header - Add master site SF/nemysisfreebsdp/allegro - Change maintainer email to @FreeBSD.org - Change license BSD --> ZLIB BSD - Use the new format for LIB_DEPENDS - Remove conflict with devel/allegro - Set PORTSCOUT - Change dependencies for alsa-lib and textproc/hs-pandoc - Add ALSA, DOCS, EXAMPLES and PULSEAUDIO Options - Add ALSA to default Options - Change DOCS and EXAMPLES - Support STAGEDIR and add OPTIONS_SUB - Add demos Cosmic Protector and SPEED, add Icons, Desktop entry files - Use REINPLACE_CMD instead of simple patches - Mute dir install - Remove Makefile.man PR: ports/180908 Submitted by: nemysis (self) Approved by: pawel / wg (mentors, implicit)
7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/sh
|
|
#
|
|
# # $FreeBSD$
|
|
#
|
|
|
|
cd "%%EXAMPLESDIR%%/demos/cosmic_protector"
|
|
exec ./cosmic_protector "${@}"
|