freebsd-ports/games/childsplay_plugins/files/patch-Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

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