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
21 lines
448 B
Makefile
21 lines
448 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qmetro
|
|
PORTVERSION= 0.6.5
|
|
CATEGORIES= misc graphics
|
|
MASTER_SITES= SF/${PORTNAME}/source/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Map of the transport system for many city subways
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= dos2unix qmake qt:4 zip
|
|
INSTALLS_ICONS= yes
|
|
USE_QT= gui xml uic_build moc_build multimedia \
|
|
rcc_build
|
|
LDFLAGS= -lz
|
|
DOS2UNIX_FILES= rc/alarm.pri
|
|
|
|
.include <bsd.port.mk>
|