freebsd-ports/net/qtweetlib/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

23 lines
429 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= qtweetlib
PORTVERSION= 0.5
CATEGORIES= net
MAINTAINER= nivit@FreeBSD.org
COMMENT= C++ Qt based Twitter library
LICENSE= LGPL21
LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson
GH_ACCOUNT= minimoog
GH_PROJECT= QTweetLib
USES= cmake
USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT4= gui moc_build network qmake_build rcc_build uic_build
.include <bsd.port.mk>