1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fixups for RELENG_3. (this was an error on my part, oops!)

PR:		12553
Submitted by:	maintainer
This commit is contained in:
Chris Piazza 1999-07-08 06:11:24 +00:00
parent 83ec11e307
commit ac207253f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20117
4 changed files with 29 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1999/07/03 06:36:33 cpiazza Exp $
#
DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
@ -22,6 +22,13 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz
FLIGHTGEAR_VERSION= 0.6.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400003
BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
CXX= eg++
.endif
.if defined(BUILD_SCENERY_TOOLS)
MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/
DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z
@ -66,4 +73,4 @@ pre-install:
post-install:
${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -3,7 +3,7 @@
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1999/07/03 06:36:33 cpiazza Exp $
#
DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
@ -22,6 +22,13 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz
FLIGHTGEAR_VERSION= 0.6.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400003
BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
CXX= eg++
.endif
.if defined(BUILD_SCENERY_TOOLS)
MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/
DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z
@ -66,4 +73,4 @@ pre-install:
post-install:
${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -3,7 +3,7 @@
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1999/07/03 06:36:33 cpiazza Exp $
#
DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
@ -22,6 +22,13 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz
FLIGHTGEAR_VERSION= 0.6.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400003
BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
CXX= eg++
.endif
.if defined(BUILD_SCENERY_TOOLS)
MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/
DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z
@ -66,4 +73,4 @@ pre-install:
post-install:
${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -3,7 +3,7 @@
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1999/07/03 06:38:36 cpiazza Exp $
#
DISTNAME= plib-1.0.12a
@ -23,7 +23,7 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400003
RUN_DEPENDS= eg++:${PORTSDIR}/lang/egcs
BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
CXX= eg++
.endif