mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-21 20:21:04 +00:00
f6010c7af5
to build a full application and .dmg file. Subversion-branch: /launcher Subversion-revision: 1777
10 lines
271 B
Makefile
10 lines
271 B
Makefile
# 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
|
|
|