not sufficient. It has no effect on clang-based archs. Approved by: portmgr (tier-2 blanket)
23 lines
553 B
Makefile
23 lines
553 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
|
|
|
|
BROKEN_powerpc64= fails to build: Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
|
|
|
|
LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
|
|
|
USES= cmake compiler:c++11-lib 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>
|