1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/qct/Makefile
Max Brazhnikov 3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00

34 lines
764 B
Makefile

# New ports collection makefile for: py-qt4-qct
# Date created: 10 Apr 2007
# Whom: Boris Samorodov <bsam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qct
PORTVERSION= 1.7
PORTREVISION= 8
CATEGORIES= devel python
MASTER_SITES= http://qct.sourceforge.net/ \
ftp://ftp.ipt.ru/pub/download/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= QCT GUI commit tool
LICENSE= GPLv2
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/qct
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/doc/qct.1.txt ${DOCSDIR}/qct.1.txt
.endif
.include <bsd.port.mk>