1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net-im/qwit/Makefile
Max Brazhnikov ce37bcd3ed - Convert to USES=qmake
- Add state support
- Remove superfluous custom do-install target, convert to pkg-plist

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:26 +00:00

23 lines
493 B
Makefile

# Created by: Sokolov Alexey <sokolov@TrueBSD.org>
# $FreeBSD$
PORTNAME= qwit
DISTVERSION= r154
PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= qwit-${PORTVERSION}-src
MAINTAINER= sokolov@TrueBSD.org
COMMENT= Qt4-based lightweight Twitter client
USES= qmake
USE_BZIP2= yes
USE_QT4= gui network xml moc_build rcc_build \
uic_build
post-patch:
${REINPLACE_CMD} '/icon.path/s,share/icons,share/pixmaps,' \
${WRKSRC}/qwit.pro
.include <bsd.port.mk>