From fba7b30d45aafd92c09965ee48ac277bae69657a Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sat, 14 Oct 2000 19:49:51 +0000 Subject: Fix Imakefile breakage under XFree86 4.x Respect CXX/CXXFLAGS PR: 21977 Submitted by: Ports Fury --- games/xspacewarp/Makefile | 18 +++++++++--------- games/xspacewarp/files/patch-ad | 23 +++++++++++++++++++++++ 2 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 games/xspacewarp/files/patch-ad (limited to 'games') diff --git a/games/xspacewarp/Makefile b/games/xspacewarp/Makefile index 11c7feb96f80..957885827433 100644 --- a/games/xspacewarp/Makefile +++ b/games/xspacewarp/Makefile @@ -5,18 +5,18 @@ # $FreeBSD$ # -PORTNAME= xspacewarp -PORTVERSION= 1.2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +PORTNAME= xspacewarp +PORTVERSION= 1.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xspacewarp ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/XSpacewarp.app_def ${X11BASE}/lib/X11/app-defaults/XSpacewarp +post-extract: + @${CP} ${WRKSRC}/XSpacewarp.app_def ${WRKSRC}/XSpacewarp.ad .include diff --git a/games/xspacewarp/files/patch-ad b/games/xspacewarp/files/patch-ad new file mode 100644 index 000000000000..868ed09b5d2f --- /dev/null +++ b/games/xspacewarp/files/patch-ad @@ -0,0 +1,23 @@ +--- Imakefile.orig Fri Dec 29 16:39:19 1995 ++++ Imakefile Sat Oct 14 06:14:22 2000 +@@ -2,12 +2,7 @@ + + XCOMM Use the C++ compiler of your choice. + +-CC = g++ +- +-XCOMM Suffix rule for ".cc" files +- +-.cc.o: +- $(CC) $(CFLAGS) -c $< ++CC = $(CXX) + + LOCAL_LIBRARIES = XawClientLibs + SYS_LIBRARIES = -lm +@@ -26,4 +21,5 @@ + draw_summary.o draw_intro.o draw_mission.o draw_orientation.o \ + draw_winlose.o + +-ComplexProgramTarget(xspacewarp) ++ComplexProgramTargetNoMan(xspacewarp) ++InstallAppDefaults(XSpacewarp) -- cgit v1.2.3