freebsd-ports/net-im/qwit-devel/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- 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
2016-09-14 15:59:34 +00:00

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>