52dfa1a8fd
The name comes from an ancient Persian word, means Sparrow. It currently supports Twitter.com and Identi.ca services. WWW: http://choqok.gnufolks.org/
22 lines
471 B
Makefile
22 lines
471 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
|
|
CATEGORIES= www kde
|
|
MASTER_SITES= http://mirror.umoss.org/download.ospdev.net/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= KDE micro-blogging client
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_GETTEXT= yes
|
|
USE_KDE4= kdelibs
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|