Changeset View
Changeset View
Standalone View
Standalone View
head/devel/qbzr/Makefile
# Created by: Carlo Strub | # Created by: Carlo Strub | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= qbzr | PORTNAME= qbzr | ||||
PORTVERSION= 0.23.0 | PORTVERSION= 0.23.0 | ||||
PORTREVISION= 4 | PORTREVISION= 4 | ||||
CATEGORIES= devel | CATEGORIES= devel | ||||
MASTER_SITES= http://launchpadlibrarian.net/109906138/ \ | MASTER_SITES= http://launchpadlibrarian.net/109906138/ \ | ||||
http://www.c-s.li/ports/ | http://www.c-s.li/ports/ | ||||
MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
COMMENT= Qt interface for bzr | COMMENT= Qt interface for bzr | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
BUILD_DEPENDS= bzr:devel/bzr \ | BUILD_DEPENDS= bzr:devel/bzr \ | ||||
${PYTHON_PKGNAMEPREFIX}qt4-core>=0:devel/py-qt4 \ | |||||
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments \ | ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments \ | ||||
${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant | ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant | ||||
RUN_DEPENDS= bzr:devel/bzr | RUN_DEPENDS= bzr:devel/bzr | ||||
WRKSRC= ${WRKDIR}/${PORTNAME} | WRKSRC= ${WRKDIR}/${PORTNAME} | ||||
USES= gettext pyqt:4 python | |||||
USE_PYQT= core | |||||
USE_PYTHON= distutils autoplist | USE_PYTHON= distutils autoplist | ||||
USE_QT4= # empty | USE_QT4= # empty | ||||
USES= gettext python | |||||
INSTALLS_ICONS= yes | INSTALLS_ICONS= yes | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |