23 lines
471 B
Makefile
23 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>
|