1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/misc/py-qt4-doc/Makefile
Martin Wilke 71fee7a28f - Update to PyQt-4.3
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via privat mail)
2007-09-13 18:15:58 +00:00

35 lines
835 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= 4.3
PORTREVISION= # zero
CATEGORIES= misc devel python
MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ \
http://freebsd.ricin.com/ports/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4-
DISTNAME= PyQt-x11-gpl-${PORTVERSION}
MAINTAINER= danny@ricin.com
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 NEWS README THANKS ${DOCSDIR} &&\
${CP} -R doc/ ${DOCSDIR}
.else
@${ECHO} "NOPORTDOCS is set -- installing nothing."
.endif
.include <bsd.port.mk>