b1a1d38bf9
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
427 B
Makefile
21 lines
427 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqliteman
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 10
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Admin's GUI tool for Sqlite3
|
|
|
|
LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
|
|
|
USES= cmake qt:4 sqlite
|
|
USE_QT= qmake_build gui moc_build rcc_build uic_build xml sql
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|