1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net-im/qwit-devel/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

24 lines
500 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
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>