blob: c25e2b7b0f90449656249de4d9ce119077b68328 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= quiterss
PORTVERSION= 0.17.3
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>
|