=================================================================== RCS file: /cvs/ports/games/flightgear/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/games/flightgear/Attic/Makefile 2009/06/12 17:17:58 1.3 +++ ports/games/flightgear/Attic/Makefile 2009/08/30 08:43:49 1.4 @@ -1,16 +1,12 @@ -# $OpenBSD: Makefile,v 1.3 2009/06/12 16:17:58 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2009/08/30 07:43:49 yason Exp $ #ONLY_FOR_ARCHS = ??? #NOT_FOR_ARCHS = ??? #SHARED_ONLY = ??? #COMES_WITH = ??? -#BROKEN = openal update? COMMENT = flight simulator # COMMENT-foo = ??? for multi packages -# -# What port/package will be created -# DISTNAME = FlightGear-1.9.1 PKGNAME = ${DISTNAME:L} #PKGNAME-foo = ??? for multi packages @@ -56,36 +52,15 @@ USE_X11 = Yes #USE_GMAKE = Yes -# Programs that uses libtool should use this option, -# unless there is a really good reason not to. -USE_LIBTOOL = Yes -# Set CONFIGURE_STYLE to value corresponding to some standard configuration -# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's -# Module::Build Build.PL) -# gnu [autoconf] [old] [dest]: gnu style configure (old: no -# sysconfdir), (dest: add DESTDIR, does not handle it), -# (autoconf: needed by port, implies gnu) -# XXX: cygnus products do NOT use autoconf for making the main -# configure from configure.in -# imake [noman]: port uses imake for configuration. -# (noman: no man page installation) -# simple: port has its own configure script +#USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu -#CONFIGURE_SCRIPT = ??? (if other than configure) #CONFIGURE_ARGS += ${CONFIGURE_SHARED} -#CONFIGURE_ENV += LIBS=-lopenal # for gnu stuff #AUTOCONF_VERSION = 2.61 #AUTOMAKE_VERSION = ??? (defaults to 1.4) #MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC} -#IS_INTERACTIVE = Yes -#REGRESS_IS_INTERACTIVE = Yes - -# Assume you have one multiple choice flavor: 1 2 3 and switches a b. -# You would write -# #FLAVORS = 1 2 3 a b #FLAVOR ?= # grab multiple choice value @@ -114,9 +89,5 @@ #LDFLAGS = ??? #MAKE_FILE = ??? #PKG_ARCH = ??? - -#ALL_TARGET = ??? -#INSTALL_TARGET = ??? -#REGRESS_TARGET = ??? .include