diff options
Diffstat (limited to 'net-im/qwit-devel/Makefile')
-rw-r--r-- | net-im/qwit-devel/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-im/qwit-devel/Makefile b/net-im/qwit-devel/Makefile deleted file mode 100644 index c141374d2793..000000000000 --- a/net-im/qwit-devel/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Sokolov Alexey <sokolov@TrueBSD.org> -# $FreeBSD$ - -PORTNAME= qwit -DISTVERSION= r215 -PORTREVISION= 3 -CATEGORIES= net-im -MASTER_SITES= GOOGLE_CODE -PKGNAMESUFFIX= -devel -DISTNAME= qwit-ng-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Qt4-based lightweight Twitter client - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -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> |