forked from Lainports/freebsd-ports
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
12 lines
283 B
Text
12 lines
283 B
Text
--- Makefile.orig Sat May 7 23:03:39 2005
|
|
+++ Makefile Sat May 7 23:04:02 2005
|
|
@@ -0,0 +1,9 @@
|
|
+PYTHON = /usr/bin/env python
|
|
+CPDIR=${LOCALBASE}/childsplay
|
|
+
|
|
+all:
|
|
+ echo "Compiling modules to bytecode..."
|
|
+ $(PYTHON) $(CPDIR)/install.py --compile ./lib
|
|
+
|
|
+install:
|
|
+ ./install.sh
|