dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
25 lines
550 B
Makefile
25 lines
550 B
Makefile
# Created by: Sokolov Alexey <sokolov@TrueBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qwit
|
|
DISTVERSION= r215
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= qwit-ng-${PORTVERSION}-src
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= sokolov@TrueBSD.org
|
|
COMMENT= Qt4-based lightweight Twitter client
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
USES= qmake tar:bzip2
|
|
USE_QT4= gui network xml moc_build rcc_build \
|
|
uic_build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} '/icon.path/s,share/icons,share/pixmaps,' \
|
|
${WRKSRC}/qwit2.pro
|
|
|
|
.include <bsd.port.mk>
|