summaryrefslogtreecommitdiff
path: root/net-im/qwit-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/qwit-devel/Makefile')
-rw-r--r--net-im/qwit-devel/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-im/qwit-devel/Makefile b/net-im/qwit-devel/Makefile
deleted file mode 100644
index ea57934c7b48..000000000000
--- a/net-im/qwit-devel/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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>