mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ec824b3ac8
Reported by: pointyhat
29 lines
615 B
Makefile
29 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>
|