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