Date: Fri, 11 Jan 2002 04:50:03 -0800 (PST) From: Oliver Lehmann <lehmann@ans-netz.de> To: freebsd-ports@FreeBSD.org Subject: Re: ports/33769: update-port: games/heretic Message-ID: <200201111250.g0BCo3r22624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33769; it has been noted by GNATS. From: Oliver Lehmann <lehmann@ans-netz.de> To: FreeBSD-gnats-submit@freebsd.org Cc: Oliver Lehmann <lehmann@ans-netz.de> Subject: Re: ports/33769: update-port: games/heretic Date: Fri, 11 Jan 2002 13:27:37 +0100 (CET) Please apply these patch after applying the upper one. diff -ruN heretic.old/Makefile /usr/ports/games/heretic/Makefile --- heretic.old/Makefile Fri Jan 11 13:38:23 2002 +++ /usr/ports/games/heretic/Makefile Fri Jan 11 13:38:29 2002 @@ -22,16 +22,18 @@ USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} -.if defined(WANT_FASTX11) +ALL_TARGET= x11 +BINARY= xheretic + +.if defined(WITH_FASTX11) ALL_TARGET= fastx11 BINARY= xaheretic -.elseif defined(WANT_SDL) +.endif + +.if defined(WITH_SDL) ALL_TARGET= sdl BINARY= sdlheretic LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10 -.else -ALL_TARGET= x11 -BINARY= xheretic .endif .if defined(WITHOUT_WAD) @@ -39,6 +41,15 @@ .else PLIST_SUB= WAD:="" .endif + +pre-everything: + @${ECHO} "" + @${ECHO} "You may use the following build options:" + @${ECHO} "" + @${ECHO} " WITH_FASTX11=yes Use FastX11 support" + @${ECHO} " WITH_SDL=yes Use SDL." + @${ECHO} " WITHOUT_WAD=yes Don't install the wad file." + @${ECHO} "" post-extract: .if !defined(WITHOUT_WAD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201111250.g0BCo3r22624>