aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/qwit/Makefile
blob: 3853e59287166f90ef3a8d21052a9235fa8a72ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
DISTVERSION=    r154
PORTREVISION=   2
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_QT4=    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>