freebsd-ports/devel/qct/Makefile
Tobias C. Berner 4c7d30bb70 Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
2017-02-04 13:37:15 +00:00

27 lines
540 B
Makefile

# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
PORTNAME= qct
PORTVERSION= 1.7
PORTREVISION= 9
CATEGORIES= devel python
MASTER_SITES= http://qct.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= QCT GUI commit tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pyqt:4 python
USE_PYQT= gui
USE_PYTHON= distutils
WRKSRC= ${WRKDIR}/qct
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/qct.1.txt ${STAGEDIR}${DOCSDIR}/qct.1.txt
.include <bsd.port.mk>