ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/qjson/Makefile
Revision: 15462
Committed: Tue Sep 17 03:15:41 2013 UTC (10 years, 9 months ago) by laffer1
File size: 772 byte(s)
Log Message:
fixup some properties.

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= qjson
4 PORTVERSION= 0.8.1
5 CATEGORIES= devel
6 MASTER_SITES= SF
7
8 MAINTAINER= ports@MidnightBSD.org
9 COMMENT= Library to manage JSON objects with Qt
10
11 LICENSE= lgpl2.1
12
13 USE_QT4= corelib moc_build qmake_build rcc_build uic_build
14 USE_BZIP2= yes
15 USES= cmake
16 MAKE_JOBS_SAFE= yes
17 USE_LDCONFIG= yes
18
19 PORTDOCS= *
20
21 .include <bsd.mport.options.mk>
22
23 .if ${PORT_OPTIONS:MDOCS}
24 BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
25 .endif
26
27 post-patch:
28 @${REINPLACE_CMD} -e 's,/pkgconfig,/../libdata/pkgconfig,' \
29 ${WRKSRC}/CMakeLists.txt
30
31 post-build:
32 .if ${PORT_OPTIONS:MDOCS}
33 cd ${WRKSRC}/doc && doxygen
34 .endif
35
36 post-install:
37 .if ${PORT_OPTIONS:MDOCS}
38 ${MKDIR} ${DOCSDIR}
39 cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}
40 .endif
41
42 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H