ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11/qt4-inputmethods/Makefile
Revision: 19931
Committed: Sat Aug 22 20:12:50 2015 UTC (8 years, 8 months ago) by laffer1
File size: 1334 byte(s)
Log Message:
fix qt4 input methods

File Contents

# User Rev Content
1 laffer1 15462 # $MidnightBSD$
2 laffer1 11649 # $FreeBSD: ports/x11/qt4-inputmethods/Makefile,v 1.19 2010/12/02 19:47:16 makc Exp $
3 laffer1 6542
4     PORTNAME= inputmethods
5 laffer1 11649 DISTVERSION= ${QT4_VERSION}
6 laffer1 19931 CATEGORIES= x11
7 laffer1 6542 PKGNAMEPREFIX= qt4-
8    
9     MAINTAINER= ports@MidnightBSD.org
10     COMMENT= Qt input method plugins
11 laffer1 11649 LICENSE= gpl3
12 laffer1 6542
13 laffer1 14525 USE_QT4= qmake_build moc_build corelib gui
14 laffer1 6542 QT_DIST= yes
15 laffer1 11649
16 laffer1 6542 HAS_CONFIGURE= yes
17    
18     ALL_TARGET= first
19     CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
20 laffer1 11649 MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
21     PATH=${WRKSRC}/bin:$$PATH
22 laffer1 6542
23     DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
24 laffer1 11649 src/activeqt src/dbus src/multimedia src/network src/opengl \
25     src/openvg src/phonon src/qt3support src/s60installs \
26     src/s60main src/script src/scripttools src/sql src/svg \
27     src/testlib src/tools src/winmain src/xml src/xmlpatterns \
28     src/3rdparty/clucene src/3rdparty/freetype \
29     src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
30     src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
31 laffer1 6542 .for dne in ${DO_NOT_EXTRACT}
32     EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
33     .endfor
34    
35 laffer1 11649 BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}
36     INSTALL_WRKSRC= ${BUILD_WRKSRC}
37 laffer1 6542
38     pre-configure:
39 laffer1 11649 ${MKDIR} ${WRKSRC}/mkspecs
40 laffer1 19931 ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake
41     ${LN} -sf ${MOC} ${WRKSRC}/bin/moc
42 laffer1 6542
43     .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H