mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add fgkicker, a launcher frontent to FlightGear.
PR: ports/59838 Submitted by: Erik Greenwald <erik@smluc.org>
This commit is contained in:
parent
44ca531f8d
commit
39c7023823
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95861
@ -104,6 +104,7 @@
|
||||
SUBDIR += exult
|
||||
SUBDIR += falconseye
|
||||
SUBDIR += farblazer
|
||||
SUBDIR += fgkicker
|
||||
SUBDIR += fkiss
|
||||
SUBDIR += flightgear
|
||||
SUBDIR += flying
|
||||
|
34
games/fgkicker/Makefile
Normal file
34
games/fgkicker/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: fgkicker
|
||||
# Date created: 30 November 2003
|
||||
# Whom: Erik Greenwald <erik@smluc.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fgkicker
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://users.pandora.be/ceppe/linux/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= erik@smluc.org
|
||||
COMMENT= A launcher frontend for FlightGear
|
||||
|
||||
RUN_DEPENDS= fgfs:${PORTSDIR}/games/flightgear
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} "s|/usr/games/fgfs\",15|${PREFIX}/bin/fgfs\",511|" ${WRKSRC}/fgkicker.c
|
||||
@${REINPLACE_CMD} "s|-fmessage-length=0|| ; s|-O0|${CFLAGS}|" ${WRKSRC}/fgkicker.mak
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC} && ${GMAKE} -f ${PORTNAME}.mak ${PORTNAME})
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/fgkicker/distinfo
Normal file
1
games/fgkicker/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (fgkicker-0.4.tgz) = cda82e31c772453a221a00c46c1b12d7
|
6
games/fgkicker/pkg-descr
Normal file
6
games/fgkicker/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Fgkicker is an easy GUI frontend to launch the Flightgear simulator. Just pick
|
||||
your options, then click "Kick!" and you can roam the skies...
|
||||
|
||||
WWW: http://users.pandora.be/ceppe/linux/fgkicker.htm
|
||||
|
||||
-Erik Greenwald <erik@smluc.org>
|
1
games/fgkicker/pkg-plist
Normal file
1
games/fgkicker/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/fgkicker
|
Loading…
Reference in New Issue
Block a user