diff options
author | Simon Howard | 2010-01-04 22:01:32 +0000 |
---|---|---|
committer | Simon Howard | 2010-01-04 22:01:32 +0000 |
commit | 6921f30a44e0bdf1c3a2f8982e4a8cd290c22462 (patch) | |
tree | e597201e79368095e58e7ea753eea76906db1c03 /pkg/osx/config.make | |
parent | 9b0b0629e02deba1788d4a4e190b31977f7c0b1f (diff) | |
download | chocolate-doom-6921f30a44e0bdf1c3a2f8982e4a8cd290c22462.tar.gz chocolate-doom-6921f30a44e0bdf1c3a2f8982e4a8cd290c22462.tar.bz2 chocolate-doom-6921f30a44e0bdf1c3a2f8982e4a8cd290c22462.zip |
Import OS X launcher code to trunk.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1784
Diffstat (limited to 'pkg/osx/config.make')
-rw-r--r-- | pkg/osx/config.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/osx/config.make b/pkg/osx/config.make new file mode 100644 index 00000000..49905c84 --- /dev/null +++ b/pkg/osx/config.make @@ -0,0 +1,10 @@ +# File included by the main makefile that contains details +# about the package name. This will eventuall be generated +# by configure. + +PACKAGE = cocoa-doom +PACKAGE_NAME = Cocoa Doom +PACKAGE_STRING = Cocoa Doom 1.2.1 +PACKAGE_TARNAME = cocoa-doom +PACKAGE_VERSION = 1.2.1 + |