pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt4-mng MNG support plugin for Qt.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b18aabf12c57
branches: trunk
changeset: 570648:b18aabf12c57
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 02 14:07:18 2010 +0000
description:
MNG support plugin for Qt.
diffstat:
x11/qt4-mng/DESCR | 1 +
x11/qt4-mng/Makefile | 31 +++++++++++++++++++++++++++++++
x11/qt4-mng/PLIST | 2 ++
3 files changed, 34 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 98a71c2133cf -r b18aabf12c57 x11/qt4-mng/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt4-mng/DESCR Tue Feb 02 14:07:18 2010 +0000
@@ -0,0 +1,1 @@
+MNG support plugin for Qt.
diff -r 98a71c2133cf -r b18aabf12c57 x11/qt4-mng/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt4-mng/Makefile Tue Feb 02 14:07:18 2010 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/02 14:07:18 adam Exp $
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../x11/qt4-libs/Makefile.common"
+
+PKGNAME= qt4-mng-${QTVERSION}
+COMMENT= QT MNG image format plugin
+
+CONFIGURE_ARGS+= -I${QTDIR}/include
+CONFIGURE_ARGS+= -L${QTDIR}/lib
+
+BUILD_QT4= yes
+
+do-build:
+ cd ${WRKSRC}/src/tools/bootstrap && env ${MAKE_ENV} ${GMAKE}
+ cd ${WRKSRC}/src/tools/moc && env ${MAKE_ENV} ${GMAKE}
+ cd ${WRKSRC}/src/plugins/imageformats/mng && env ${MAKE_ENV} ${GMAKE}
+
+IMGFMTDIR= ${QTPREFIX}/plugins/imageformats
+
+INSTALLATION_DIRS= ${IMGFMTDIR}
+
+do-install:
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ ${WRKSRC}/plugins/imageformats/libqmng.la ${DESTDIR}${IMGFMTDIR}
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../graphics/mng/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 98a71c2133cf -r b18aabf12c57 x11/qt4-mng/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt4-mng/PLIST Tue Feb 02 14:07:18 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/02 14:07:18 adam Exp $
+qt4/plugins/imageformats/libqmng.la
Home |
Main Index |
Thread Index |
Old Index