summaryrefslogtreecommitdiff
path: root/misc/py-qt4-doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-qt4-doc/Makefile')
-rw-r--r--misc/py-qt4-doc/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/py-qt4-doc/Makefile b/misc/py-qt4-doc/Makefile
new file mode 100644
index 000000000000..a30cf0833386
--- /dev/null
+++ b/misc/py-qt4-doc/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: py-qt4-doc
+# Date created: 2007-02-20
+# Whom: Danny Pansters <danny@ricin.com>
+#
+# $FreeBSD$
+
+PORTNAME= doc
+PORTVERSION= 20070225 # Older snapshot, has complete docs
+CATEGORIES= misc devel python
+MASTER_SITES= http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt4/ \
+ http://freebsd.ricin.com/ports/distfiles/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4-
+DISTNAME= PyQt-x11-gpl-4-snapshot-${PORTVERSION}
+
+MAINTAINER= danny@ricin.com
+COMMENT= Python bindings for the Qt4 toolkit, documentation
+
+NO_BUILD= yes
+USE_PYTHON= yes
+
+DOCSDIR= ${PREFIX}/share/doc/py-qt4
+
+.include <bsd.port.pre.mk>
+
+do-install:
+ ( cd ${WRKSRC} && \
+ ${MKDIR} -m 0755 ${DOCSDIR} && \
+ ${INSTALL_DATA} ChangeLog NEWS README THANKS ${DOCSDIR} && \
+ ${CP} -R doc/ ${DOCSDIR} )
+
+.include <bsd.port.post.mk>