1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/fgkicker/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

38 lines
840 B
Makefile

# New ports collection makefile for: fgkicker
# Date created: 30 November 2003
# Whom: Erik Greenwald <erik@smluc.org>
#
# $FreeBSD$
#
PORTNAME= fgkicker
PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.larfeliz.be/projects/files/fgkicker/
EXTRACT_SUFX= .tgz
MAINTAINER= erik@smluc.org
COMMENT= A launcher frontend for FlightGear
RUN_DEPENDS= fgfs:${PORTSDIR}/games/flightgear
USE_GNOME= gtk20
USE_GMAKE= yes
post-patch:
@${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
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/airports.dat ${DATADIR}
install-user:
${INSTALL_DATA} ${DATADIR}/airports.dat $$HOME
.include <bsd.port.mk>