diff options
Diffstat (limited to 'net-im/qwit-devel')
-rw-r--r-- | net-im/qwit-devel/Makefile | 30 | ||||
-rw-r--r-- | net-im/qwit-devel/distinfo | 3 | ||||
-rw-r--r-- | net-im/qwit-devel/pkg-descr | 3 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net-im/qwit-devel/Makefile b/net-im/qwit-devel/Makefile new file mode 100644 index 000000000000..ea57934c7b48 --- /dev/null +++ b/net-im/qwit-devel/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: qwit +# Date created: Sun March 1 19:29:11 MSD 2009 +# Whom: Sokolov Alexey <sokolov@TrueBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= qwit +PORTVERSION= 0.8 +CATEGORIES= net-im +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DISTNAME= qwit-${PORTVERSION}-src + +MAINTAINER= sokolov@TrueBSD.org +COMMENT= A Qt4-based lightweight Twitter client + +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui network xml qmake_build moc_build rcc_build \ + uic + +PLIST_FILES= bin/qwit + +pre-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qwit.pro + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/qwit ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/net-im/qwit-devel/distinfo b/net-im/qwit-devel/distinfo new file mode 100644 index 000000000000..fe62482e29ba --- /dev/null +++ b/net-im/qwit-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (qwit-0.8-src.tar.bz2) = 464414a666404c88d5dddd91127b2ee8 +SHA256 (qwit-0.8-src.tar.bz2) = ea67546039afdd6811dbce40010cc8c01dcc62e9fd7e512dbef071c2c17f9bde +SIZE (qwit-0.8-src.tar.bz2) = 42450 diff --git a/net-im/qwit-devel/pkg-descr b/net-im/qwit-devel/pkg-descr new file mode 100644 index 000000000000..0f3f62caa682 --- /dev/null +++ b/net-im/qwit-devel/pkg-descr @@ -0,0 +1,3 @@ +A Qt4-based lightweight Twitter client. + +WWW: http://code.google.com/p/qwit/ |