summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython26/files
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-09-19 20:07:04 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-09-19 20:07:04 +0000
commit77e5e9119980f0a5e600f0f6d9402d24c063c16f (patch)
tree409cfc975477f33a4886b472dbef03d4c2eacb00 /x11-toolkits/py-wxPython26/files
parentUpdate 2.0.1 -> 2.1.0b9. (diff)
Python bindings for the wxWindows/GTK GUI toolkit.
Diffstat (limited to 'x11-toolkits/py-wxPython26/files')
-rw-r--r--x11-toolkits/py-wxPython26/files/build.local16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython26/files/build.local b/x11-toolkits/py-wxPython26/files/build.local
new file mode 100644
index 000000000000..a9f494188225
--- /dev/null
+++ b/x11-toolkits/py-wxPython26/files/build.local
@@ -0,0 +1,16 @@
+OTHERCFLAGS = "%CFLAGS%"
+OTHERLFLAGS = "%LFLAGS%"
+TARGETDIR = "%TARGETDIR%"
+HELPERLIBDIR= "%HELPERLIBDIR%"
+OTHERLIBS = "-lgcc"
+OTHERRULES = OTHERRULES + r"""
+
+install-freebsd: $(TARGETDIR) $(TARGETDIR)/$(TARGET) pycfiles \
+ installLibDemo lib$(HELPERLIB)$(SO)
+ $(INSTALL_DATA) lib$(HELPERLIB)$(SO) \
+ $(HELPERLIBDIR)/lib$(HELPERLIB)$(SO).1
+ cd $(HELPERLIBDIR) && rm -f lib$(HELPERLIB)$(SO)
+ cd $(HELPERLIBDIR) && ${LN_S} lib$(HELPERLIB)$(SO).1 \
+ lib$(HELPERLIB)$(SO)
+
+""" \ No newline at end of file