aboutsummaryrefslogtreecommitdiff
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/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/net-im/qwit-devel/Makefile b/net-im/qwit-devel/Makefile
index d6fd78a1f941..d7dfbd93b2c2 100644
--- a/net-im/qwit-devel/Makefile
+++ b/net-im/qwit-devel/Makefile
@@ -3,26 +3,22 @@
PORTNAME= qwit
DISTVERSION= r215
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= GOOGLE_CODE
DISTNAME= qwit-ng-${PORTVERSION}-src
PKGNAMESUFFIX= -devel
MAINTAINER= sokolov@TrueBSD.org
-COMMENT= A Qt4-based lightweight Twitter client
+COMMENT= Qt4-based lightweight Twitter client
+USES= qmake
USE_BZIP2= yes
-USE_QT4= gui network xml qmake_build moc_build rcc_build \
- uic
+USE_QT4= gui network xml moc_build rcc_build \
+ uic_build
-PLIST_FILES= bin/qwit-devel
-
-NO_STAGE= yes
-pre-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qwit2.pro
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/qwit2 ${PREFIX}/bin/qwit-devel
+post-patch:
+ ${REINPLACE_CMD} '/icon.path/s,share/icons,share/pixmaps,' \
+ ${WRKSRC}/qwit2.pro
.include <bsd.port.mk>