summaryrefslogtreecommitdiff
path: root/games/powerpak/pkg-plist
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-21 20:20:46 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-21 20:20:46 +0000
commit1cd80d627de7215c21d566bc4538523da29219e8 (patch)
tree1dfc875d76ac9199350e1302eb0f01a9f36834f7 /games/powerpak/pkg-plist
parentAdd a second MASTER_SITE (diff)
Import of powerpak.
PowerPak is an attempt at writing a high-level game programming API for multiple platforms that uses the SDL libraries. Currently it is in need of optimizations, but it does have the basics. PR: 13264 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=20849
Diffstat (limited to 'games/powerpak/pkg-plist')
-rw-r--r--games/powerpak/pkg-plist41
1 files changed, 41 insertions, 0 deletions
diff --git a/games/powerpak/pkg-plist b/games/powerpak/pkg-plist
new file mode 100644
index 000000000000..f0991561de2e
--- /dev/null
+++ b/games/powerpak/pkg-plist
@@ -0,0 +1,41 @@
+include/PowerPak/IMG.h
+include/PowerPak/gfx.h
+include/PowerPak/keyboard.h
+include/PowerPak/mouse.h
+include/PowerPak/powerdraw.h
+include/PowerPak/powerinput.h
+include/PowerPak/powerpak.h
+include/PowerPak/primitives.h
+include/PowerPak/sprites.h
+include/PowerPak/truetype.h
+lib/libPP.a
+lib/libPP.so
+@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -R
+share/doc/PowerPak/ASCII-Logo
+share/doc/PowerPak/CHANGELOG
+share/doc/PowerPak/LICENSE
+share/doc/PowerPak/README.IMG.h
+share/examples/PowerPak/PowerDraw/Makefile
+share/examples/PowerPak/PowerDraw/crackman.ttf
+share/examples/PowerPak/PowerDraw/crackman.txt
+share/examples/PowerPak/PowerDraw/ex1.c
+share/examples/PowerPak/PowerDraw/ex2.c
+share/examples/PowerPak/PowerDraw/ex3.c
+share/examples/PowerPak/PowerDraw/ex4.c
+share/examples/PowerPak/PowerDraw/ex4.pcx
+share/examples/PowerPak/PowerDraw/ex5-1.pcx
+share/examples/PowerPak/PowerDraw/ex5-2.pcx
+share/examples/PowerPak/PowerDraw/ex5.c
+share/examples/PowerPak/PowerDraw/ex6.c
+share/examples/PowerPak/PowerDraw/ex7.c
+share/examples/PowerPak/PowerInput/Makefile
+share/examples/PowerPak/PowerInput/ex1.c
+share/examples/PowerPak/PowerInput/ex2.c
+share/examples/PowerPak/PowerInput/ex3.c
+share/examples/PowerPak/PowerInput/ex4.c
+@dirrm include/PowerPak
+@dirrm share/doc/PowerPak
+@dirrm share/examples/PowerPak/PowerDraw
+@dirrm share/examples/PowerPak/PowerInput
+@dirrm share/examples/PowerPak