ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/textproc/clucene-qt5/Makefile
Revision: 24834
Committed: Thu Jan 31 04:24:20 2019 UTC (5 years, 3 months ago) by laffer1
Content type: text/plain
File size: 674 byte(s)
Log Message:
install pc file

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: head/textproc/clucene-qt5/Makefile 416768 2016-06-12 06:37:59Z pi $
3
4 PORTNAME= clucene
5 DISTVERSION= ${QT5_VERSION}
6 CATEGORIES= textproc
7 PKGNAMEPREFIX= qt5-
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Qt bindings for the CLucene full-text search library
11
12 LICENSE= gpl3
13
14 USE_QT5= core buildtools_build
15 QT_DIST= tools
16 USES= qmake pathfix
17 USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
18
19 BUILD_WRKSRC= ${WRKSRC}/src/assistant/${PORTNAME}
20 INSTALL_WRKSRC= ${WRKSRC}/src/assistant/${PORTNAME}
21
22 post-install:
23 -${MKDIR} ${PREFIX}/libdata/pkgconfig
24 @${CP} ${PREFIX}/lib/pkgconfig/Qt5CLucene.pc ${PREFIX}/libdata/pkgconfig/Qt5CLucene.pc
25
26 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain