freebsd-ports/multimedia/abby/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00

31 lines
764 B
Makefile

# Created by: Toni Gundogdu <legatvs@gmail.com>
# $FreeBSD$
PORTNAME= abby
PORTVERSION= 0.4.8
PORTREVISION= 3
CATEGORIES= multimedia net
MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/abby/
MAINTAINER= ports@FreeBSD.org
COMMENT= Front-end for c/clive
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= qmake qt:4 tar:bzip2
USE_QT= gui network xml moc_build rcc_build uic_build
PLIST_FILES= bin/abby
OPTIONS_DEFINE= CCLIVE
OPTIONS_DEFAULT= CCLIVE
CCLIVE_DESC= Use cclive backend (instead of clive)
CCLIVE_RUN_DEPENDS= cclive>=0.5.6:multimedia/cclive
CCLIVE_RUN_DEPENDS_OFF= clive>=2.2.5:multimedia/clive
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abby ${STAGEDIR}${PREFIX}/bin/abby
.include <bsd.port.mk>