1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/qct/Makefile
Boris Samorodov 8495566bc0 . add support for svn 1.6.x; [1]
. bump PORTREVISION.

PR:		137000  [1]
Submitted by:	Lapo Luchini <lapo at lapo.it>  [1]
2009-07-24 09:55:38 +00:00

31 lines
663 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= 1
CATEGORIES= devel python
MASTER_SITES= http://qct.sourceforge.net/ \
ftp://ftp.ipt.ru/pub/download/${PORTNAME}/
MAINTAINER= bsam@FreeBSD.org
COMMENT= QCT GUI commit tool
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${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>