aboutsummaryrefslogtreecommitdiffstats
path: root/devel/apiextractor/Makefile
blob: 6ee5f97c7ee250bcae758d0feb9f3e8d6498a825 (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
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$

PORTNAME=   apiextractor
PORTVERSION=    0.10.10
PORTREVISION=   3
CATEGORIES= devel

MAINTAINER= wg@FreeBSD.org
COMMENT=    API Extractor library to build PySide

LICENSE=    GPLv2

BUILD_DEPENDS=  sphinx-build:textproc/py-sphinx

USE_GITHUB= yes
GH_ACCOUNT= PySide
GH_PROJECT= Apiextractor

USES=       cmake
USE_GNOME=  libxml2 libxslt
USE_QT4=    gui moc_build qmake_build qtestlib_build \
        rcc_build uic_build xml xmlpatterns
USE_LDCONFIG=   yes

PLIST_SUB=  PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>