diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-16 14:30:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-16 14:30:43 +0000 |
commit | 5138a941d9b260dd28692ccbd1d5d42d1339e143 (patch) | |
tree | 84f56dd2a90a557c868ea187bf0a65d250c330c4 /deskutils/qtm | |
parent | 1619b83fe198f93717cdf3921533d7e86c5341f0 (diff) |
Notes
Diffstat (limited to 'deskutils/qtm')
-rw-r--r-- | deskutils/qtm/Makefile | 43 | ||||
-rw-r--r-- | deskutils/qtm/distinfo | 3 | ||||
-rw-r--r-- | deskutils/qtm/pkg-descr | 6 |
3 files changed, 52 insertions, 0 deletions
diff --git a/deskutils/qtm/Makefile b/deskutils/qtm/Makefile new file mode 100644 index 000000000000..a6931438715e --- /dev/null +++ b/deskutils/qtm/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: qtm +# Date created: 22 Jun 2007 +# Whom: Yinghong.Liu <relaxbsd@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= qtm +PORTVERSION= 0.5.3 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=catkin + +MAINTAINER= relaxbsd@gmail.com +COMMENT= Blog management application based on Qt 4 + +USE_QT_VER= 4 +QT_COMPONENTS= gui network corelib qmake uic xml moc +PLIST_FILES= bin/QTM + +PORTDOCS= COPYING Changelog INSTALL README + +DESKTOP_ENTRIES= "QTM" \ + "Weblog management application" \ + "" \ + "QTM" \ + "Application;Network;" \ + "false" + +pre-build: + @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix QTM.pro + +post-install: + @${MKDIR} ${PREFIX}/share/applications + @${INSTALL_PROGRAM} ${WRKSRC}/QTM ${PREFIX}/bin/ +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/deskutils/qtm/distinfo b/deskutils/qtm/distinfo new file mode 100644 index 000000000000..dd04c25ca379 --- /dev/null +++ b/deskutils/qtm/distinfo @@ -0,0 +1,3 @@ +MD5 (qtm-0.5.3.tar.gz) = ce83370da65cc12ce4318f5a032217b7 +SHA256 (qtm-0.5.3.tar.gz) = b9409c9832ed2b4e3c8483912486ccba69e107d23cf86e33723899b2e16d4cba +SIZE (qtm-0.5.3.tar.gz) = 67140 diff --git a/deskutils/qtm/pkg-descr b/deskutils/qtm/pkg-descr new file mode 100644 index 000000000000..491d2c6548de --- /dev/null +++ b/deskutils/qtm/pkg-descr @@ -0,0 +1,6 @@ +QTM allows the user to compose, format and submit entries to MT and +Wordpress blogs (and possibly other content management systems using the +same interfaces; your mileage may vary). It uses the standard Blogger, +MetaWeblog and Movable Type APIs. It requires Qt 4.1. + +WWW: http://qtm.blogistan.co.uk/ |