summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk2/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-02 07:41:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-02 07:41:06 +0000
commit27aa89a33aa66b1c4b0191fa3452c313b419877f (patch)
treeafc4d82ddf984350c7161a265aa529156709a7c5 /x11-toolkits/py-gtk2/Makefile
parentUpgrade to 0.2.2. (diff)
New port pygtk, a set of wrappers around gtk for python.
Notes
Notes: svn path=/head/; revision=11208
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r--x11-toolkits/py-gtk2/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
new file mode 100644
index 000000000000..464a956e9d01
--- /dev/null
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: pygtk
+# Version required: 0.4.3
+# Date created: 30 May 1998
+# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= pygtk-0.4.3
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/
+
+MAINTAINER= tg@FreeBSD.ORG
+
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk
+
+GNU_CONFIGURE= yes
+ALL_TARGET= sharedmods
+MAKE_FLAGS= OPT="${CFLAGS}"
+
+post-install:
+ @${MKDIR} ${PREFIX}/share/examples/pygtk
+ @(cd ${WRKSRC}/examples; tar cf - *) | \
+ (cd ${PREFIX}/share/examples/pygtk; tar xf -)
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/pygtk
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pygtk
+.endif
+
+.include <bsd.port.mk>