aboutsummaryrefslogtreecommitdiffstats
path: root/devel/generatorrunner/Makefile
blob: 226a5b54cbbbb755f11f789cd92bf0a9a79bf791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$

PORTNAME=   generatorrunner
PORTVERSION=    0.6.16
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   http://www.pyside.org/files/

MAINTAINER= nivit@FreeBSD.org
COMMENT=    Tool to create binding generators for C++ and Qt libraries

LICENSE=    GPLv2

BUILD_DEPENDS=  sphinx-build:${PORTSDIR}/textproc/py-sphinx
LIB_DEPENDS=    apiextractor.0:${PORTSDIR}/devel/apiextractor

.if !defined(NO_INSTALL_MANPAGES)
MAN1=   docgenerator.1 generatorrunner.1
.else
CMAKE_ARGS= -DNO_INSTALL_MANPAGES:BOOL=ON
.endif

PLIST_SUB=  PORTVERSION=${PORTVERSION}

USE_QT4=    gui qmake_build qtestlib moc_build rcc_build uic_build xml

USE_BZIP2=  yes
USES=       cmake
USE_LDCONFIG=   yes

NO_STAGE=   yes
.include <bsd.port.mk>