=================================================================== RCS file: /cvs/ports/games/torcs/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/torcs/Makefile 2009/06/15 04:47:32 1.1 +++ ports/games/torcs/Makefile 2009/08/30 08:44:22 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/06/15 03:47:32 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2009/08/30 07:44:22 yason Exp $ #ONLY_FOR_ARCHS = ??? #NOT_FOR_ARCHS = ??? #SHARED_ONLY = ??? @@ -6,11 +6,9 @@ #BROKEN = reason COMMENT = The Open Racing Car Simulator -# COMMENT-foo = ??? for multi packages DISTNAME = TORCS-1.3.1-src PKGNAME = torcs-1.3.1 -#PKGNAME-foo = ??? for multi packages #SHARED_LIBS = ??? @@ -29,20 +27,18 @@ #WANTLIB = ??? MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=torcs/} -#DISTFILES = ??? -#EXTRACT_ONLY = ??? EXTRACT_SUFX = .tgz #DIST_SUBDIR = ??? -#MODULES = ??? +#MODULES = gcc4 #BUILD_DEPENDS = ??? #RUN_DEPENDS = ??? LIB_DEPENDS = ::graphics/freeglut \ ::graphics/png \ ::devel/plib -#MAKE_FLAGS = ??? +#MAKE_FLAGS += ${CONFIGURE_ENV} #FAKE_FLAGS = ??? #REGRESS_FLAGS = ??? @@ -54,42 +50,12 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" -AUTOCONF_VERSION = 2.61 -#AUTOMAKE_VERSION = ??? (defaults to 1.4) -#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC} - -#FLAVORS = 1 2 3 a b -#FLAVOR ?= -# grab multiple choice value -#CHOICE = ${FLAVOR:L:Na:Nb} -# check that CHOICE is 1 OR 2 OR 3, or error out -#.if ${CHOICE} == "1" -# code for 1 -#.elif ${CHOICE} == "2" -# code for 2 -#.elif ${CHOICE} == "3" -# code for 3 -#.else -#ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}" -#.endif -# check for switches -#.if ${FLAVOR:L:Ma} -# code for a -#.endif -#.if ${FLAVOR:L:Mb} -# code for b -#.endif - #NO_REGRESS = Yes #CFLAGS = ??? #LDFLAGS = ??? -#MAKE_FILE = ??? #PKG_ARCH = ??? WRKDIST = ${WRKDIR}/${PKGNAME} -#WRKSRC = ??? if other than ${WRKDIST} -#WRKBUILD = ??? if other than ${WRKSRC} -#WRKCONF = ??? if other than ${WRKBUILD} ALL_TARGET = restart #INSTALL_TARGET = ???