freebsd-ports/net/quiterss/Makefile
Bartek Rutkowski 2b17a7efcc net/quiterss: update 0.17.5 -> 0.17.6
- Pet portlint

PR:		197558
Submitted by:	coder@tuxfamily.org
2015-03-02 15:02:47 +00:00

21 lines
541 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= quiterss
PORTVERSION= 0.17.6
CATEGORIES= net
MASTER_SITES= http://quiterss.org/files/${PORTVERSION}/
DISTNAME= QuiteRSS-${PORTVERSION}-src
MAINTAINER= coder@tuxfamily.org
COMMENT= Open-source cross-platform RSS/Atom news feeds reader
LICENSE= GPLv3
USES= desktop-file-utils pkgconfig qmake:outsource tar:bzip2
USE_SQLITE= yes
USE_QT4= designer moc_build linguist_build moc_build rcc_build \
uic_build gui network phonon
INSTALLS_ICONS= yes
.include <bsd.port.mk>