summaryrefslogtreecommitdiff
path: root/games/pp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 02:04:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 02:04:47 +0000
commit1d355b8de129293e7d281b964036a12fce4bfb0e (patch)
tree2861923695919f38e44aa2bd8493e0ec74f3506b /games/pp
parentHonor CFLAGS and misc. cleanups. (diff)
Minor cleanups from maintainer.
PR: 11426 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18360
Diffstat (limited to 'games/pp')
-rw-r--r--games/pp/Makefile4
-rw-r--r--games/pp/files/patch-aa21
-rw-r--r--games/pp/pkg-descr2
3 files changed, 23 insertions, 4 deletions
diff --git a/games/pp/Makefile b/games/pp/Makefile
index 12a7f71af4cd..13857f1512bc 100644
--- a/games/pp/Makefile
+++ b/games/pp/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 May 1998
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.4 1998/08/12 06:29:28 asami Exp $
+# $Id: Makefile,v 1.5 1998/09/28 02:12:35 steve Exp $
#
DISTNAME= pp-0.01
@@ -31,6 +31,8 @@ do-install:
@ ${INSTALL_DATA} ${WRKDIR}/ppinst/*.gif ${PREFIX}/share/pp/pic
@ ${MKDIR} ${PREFIX}/share/pp/level
@ ${INSTALL_DATA} ${WRKDIR}/ppinst/*.map1 ${PREFIX}/share/pp/level
+
+post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/pp
.for file in INSTALL LICENSE RULES WARRANTY free-license.html
diff --git a/games/pp/files/patch-aa b/games/pp/files/patch-aa
index c1cb4e9e7b2d..a1e9c22d0eb1 100644
--- a/games/pp/files/patch-aa
+++ b/games/pp/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Apr 5 11:08:26 1997
-+++ Makefile Sun Sep 27 15:25:36 1998
+--- Makefile Sat Apr 5 21:08:26 1997
++++ /home/andy/tmp/wrk/Makefile Sat May 1 14:30:37 1999
@@ -1,10 +1,13 @@
####### This section was automatically generated from
@@ -16,3 +16,20 @@
CC = gcc
MOC = moc
SHELL = /bin/sh
+@@ -30,14 +33,14 @@
+ .SUFFIXES: .cpp
+
+ .cpp.o:
+- $(CC) -c $(CFLAGS) -I$(INCDIR) $<
++ $(CXX) -c $(CFLAGS) -I$(INCDIR) $<
+
+ ####### Build rules
+
+ all: $(TARGET)
+
+ $(TARGET): $(OBJECTS) $(OBJMETA)
+- $(CC) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) -lm
++ $(CXX) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) -lm
+
+ depend:
+ @makedepend -I$(INCDIR) $(SOURCES) 2> /dev/null
diff --git a/games/pp/pkg-descr b/games/pp/pkg-descr
index f341333af21b..927668931b35 100644
--- a/games/pp/pkg-descr
+++ b/games/pp/pkg-descr
@@ -12,4 +12,4 @@ Cannon 1+2: Attacks vehicles, very strong, large range, but cannot move.
Reserch Center: Allows you to build other cars and buildings.
Radar: Allows you to see what happens.
-WWW: http://www.mps.de/
+WWW: http://www.mps.de/pp/home.html