mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
0964ec00fd
. update to 1.4 release (now require python-2.5); . fix MASTER_SITES, add my site by the author permission. Pinged by: linimon (thanks!)
29 lines
624 B
Makefile
29 lines
624 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.4
|
|
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
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/doc/qct.1.txt ${DOCSDIR}/qct.1.txt
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|