freebsd-ports/www/choqok/Makefile
Raphael Kubo da Costa 4b1b9a34f8 - Update to 1.4. [1]
- Support staging. [1]
- Remove commented out lines from Makefile and pkg-plist.
- Adapt the libraries in LIB_DEPENDS to the new format.

[1] is based on the patch in ports/183523.

PR:		ports/183523 [1]
Submitted by:	Jaap Boender <jaapb@kerguelen.org> [1]
2013-11-06 17:11:14 +00:00

24 lines
531 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= choqok
PORTVERSION= 1.4
CATEGORIES= www kde
MASTER_SITES= SF/${PORTNAME}/Choqok/
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE micro-blogging client
LICENSE= GPLv3
LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \
libqoauth.so:${PORTSDIR}/net/qoauth
USE_KDE4= kdehier kdelibs kdeprefix automoc4
USE_QT4= gui imageformats_run network \
moc_build qmake_build rcc_build uic_build
USE_XZ= yes
USES= cmake gettext
USE_LDCONFIG= yes
.include <bsd.port.mk>