freebsd-ports/www/choqok/Makefile
Pav Lucistnik ec824b3ac8 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-09-30 21:05:12 +00:00

28 lines
615 B
Makefile

# New ports collection makefile for: Choqok
# Date created: 15 Sep 2009
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= choqok
PORTVERSION= 0.6.6
PORTREVISION= 1
CATEGORIES= www kde
MASTER_SITES= http://mirror.umoss.org/download.ospdev.net/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE micro-blogging client
BROKEN= does not compile
USE_BZIP2= yes
USE_CMAKE= yes
USE_GETTEXT= yes
USE_KDE4= kdelibs automoc4
INSTALLS_ICONS= yes
USE_QT_VER= 4
QT_COMPONENTS= gui imageformats_run moc_build network \
qmake_build rcc_build
.include <bsd.port.mk>