mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
2d8b5de9c8
devel/py-qt4-help multimedia/py-qt4-phonon textproc/py-qt4-xmlpatterns www/py-qt4-webkit Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2. Pass maintainership to kde@FreeBSD.org. Thanks Danny Ricin for his great work. PR: based on ports/130219 Submitted by: Dima Panov" <fluffy at fluffy.khv.ru>
39 lines
933 B
Makefile
39 lines
933 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:
|
|
.if !defined(NOPORTDOCS)
|
|
cd ${WRKSRC} &&\
|
|
${MKDIR} ${DOCSDIR} &&\
|
|
${INSTALL_DATA} ChangeLog GPL_EXCEPTION.TXT\
|
|
GPL_EXCEPTION_ADDENDUM.TXT NEWS\
|
|
LICENSE.GPL2 LICENSE.GPL3\
|
|
OPENSOURCE-NOTICE.TXT README THANKS\
|
|
${DOCSDIR}
|
|
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}
|
|
.else
|
|
@${ECHO} "NOPORTDOCS is set -- installing nothing."
|
|
.endif
|
|
|
|
.include "../../devel/py-sip/files/bsd.pyqt.mk"
|
|
.include <bsd.port.mk>
|