mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
59e8197604
- Update PyQt4 to 4.8.3. - Update QScintilla2 to 2.4.6.
35 lines
834 B
Makefile
35 lines
834 B
Makefile
# New ports collection makefile for: py-qt4-doc
|
|
# Date created: 2007-02-20
|
|
# Whom: Danny Pansters <danny@ricin.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= doc
|
|
PORTVERSION= ${PYQT4_VERSION}
|
|
PORTEPOCH= 1
|
|
CATEGORIES= misc devel python
|
|
MASTER_SITES= ${MASTER_SITES_PYQT4}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4-
|
|
DISTNAME= ${PYQT4_DISTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python bindings for the Qt4 toolkit, documentation
|
|
|
|
NO_BUILD= yes
|
|
USE_PYTHON= 2.5+
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/py-qt4
|
|
|
|
do-install:
|
|
cd ${WRKSRC} &&\
|
|
${MKDIR} ${DOCSDIR} &&\
|
|
${INSTALL_DATA} GPL_EXCEPTION.TXT\
|
|
GPL_EXCEPTION_ADDENDUM.TXT NEWS\
|
|
LICENSE.GPL2 LICENSE.GPL3\
|
|
OPENSOURCE-NOTICE.TXT README THANKS\
|
|
${DOCSDIR}
|
|
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR}
|
|
|
|
.include "../../devel/py-sip/files/bsd.pyqt.mk"
|
|
.include <bsd.port.mk>
|