1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/quiterss/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

23 lines
557 B
Makefile

# 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>