1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net-im/qwit/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

32 lines
669 B
Makefile

# 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= 1
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>