aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_pkg/noncvs/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-13 06:10:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-13 06:10:07 +0000
commit3fc18d3db73f03ed7a19df5368b5d68deef65fca (patch)
tree55cc31a1bf39f8a2f25ea72d1da860c25f44649e /packages/darwin_pkg/noncvs/Makefile
parentacd37d4a37c223094f3e91803fe0fdcb01f17eee (diff)
built Pd-0.38.4-extendedRC8 and deleted the ancient darwin_pkg section
svn path=/trunk/; revision=4585
Diffstat (limited to 'packages/darwin_pkg/noncvs/Makefile')
-rw-r--r--packages/darwin_pkg/noncvs/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/packages/darwin_pkg/noncvs/Makefile b/packages/darwin_pkg/noncvs/Makefile
deleted file mode 100644
index f05daf0b..00000000
--- a/packages/darwin_pkg/noncvs/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-
-current: darwin_pkg
-
-DESTDIR = installroot
-
-PKG_VERSION = $(shell date +20%y.%m.%d)
-PKG_PREFIX = pd-noncvs
-PKG_NAME = $(PKG_PREFIX)-$(PKG_VERSION)
-
-WELCOME_FILE = Welcome.html
-INFO_FILE = $(PKG_NAME).info
-
-clean: darwin_pkg_clean
-
-darwin_pkg_clean:
- -sudo rm -Rf installroot $(PKG_NAME)* *.pkg
- -rm -f *~ 1
-
-# install into MSP's default: /usr/local/lib
-
-darwin_pkg: darwin_pkg_clean
-# set up installroot dir
- test -d $(DESTDIR)/pd/extra || mkdir -p $(DESTDIR)/pd/extra
- install -m444 extra/*.pd_darwin $(DESTDIR)/pd/extra
- cp -rf doc $(DESTDIR)/pd/
- cp -f pd-noncvs.info $(PKG_NAME).info
-# delete cruft
- -find $(DESTDIR) -name .DS_Store -delete
- -rm -f 1
-# set proper permissions
- sudo chown -R root:staff $(DESTDIR)
- package $(DESTDIR) $(PKG_NAME).info -d . -ignoreDSStore
-# install pkg docs
- install -m444 $(WELCOME_FILE) $(PKG_NAME).pkg/Contents/Resources
- sudo chown -R root:staff $(PKG_NAME).pkg/Contents/Resources
-