diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-30 15:12:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-30 15:12:48 +0000 |
commit | d851a072f530731504cfad91699ca57897bf54e2 (patch) | |
tree | c08009fb088e03140189b35ebb11a3c9972c4818 /games/openttd/PLIST | |
parent | 301c3c010767902f1713486149397faa8b2229a6 (diff) | |
download | pkgsrc-d851a072f530731504cfad91699ca57897bf54e2.tar.gz |
Initial import of openttd-0.3.6, provided by Ian Zagorskih via pkgsrc-wip:
Open source clone of Transport Tycoon Deluxe.
Diffstat (limited to 'games/openttd/PLIST')
-rw-r--r-- | games/openttd/PLIST | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/games/openttd/PLIST b/games/openttd/PLIST new file mode 100644 index 00000000000..c811b09bc26 --- /dev/null +++ b/games/openttd/PLIST @@ -0,0 +1,39 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/30 15:12:48 wiz Exp $ +bin/openttd +share/games/openttd/data/autorail.grf +share/games/openttd/data/canalsw.grf +share/games/openttd/data/openttd.grf +share/games/openttd/data/opntitle.dat +share/games/openttd/data/signalsw.grf +share/games/openttd/data/trkfoundw.grf +share/games/openttd/docs/Manual.txt +share/games/openttd/docs/changelog.txt +share/games/openttd/docs/multiplayer.txt +share/games/openttd/docs/readme.txt +share/games/openttd/lang/american.lng +share/games/openttd/lang/catalan.lng +share/games/openttd/lang/czech.lng +share/games/openttd/lang/danish.lng +share/games/openttd/lang/dutch.lng +share/games/openttd/lang/english.lng +share/games/openttd/lang/finnish.lng +share/games/openttd/lang/french.lng +share/games/openttd/lang/galician.lng +share/games/openttd/lang/german.lng +share/games/openttd/lang/hungarian.lng +share/games/openttd/lang/icelandic.lng +share/games/openttd/lang/italian.lng +share/games/openttd/lang/norwegian.lng +share/games/openttd/lang/origveh.lng +share/games/openttd/lang/polish.lng +share/games/openttd/lang/portuguese.lng +share/games/openttd/lang/romanian.lng +share/games/openttd/lang/slovak.lng +share/games/openttd/lang/spanish.lng +share/games/openttd/lang/swedish.lng +@dirrm share/games/openttd/lang +@dirrm share/games/openttd/docs +@unexec ${RMDIR} %D/share/games/openttd/data 2>/dev/null || ${TRUE} +@exec ${MKDIR} %D/share/games/openttd/gm 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/games/openttd/gm 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/games/openttd 2>/dev/null || ${TRUE} |