297a4876b5
Sqlite3 in the world. No joking here (or just a bit only).It contains the most complette feature set of all tools available. And much more , it's available for all major platforms, and it's free. WWW: http://sqliteman.sf.net/ PR: ports/134733 Submitted by: Wen Heping <wenheping at gmail.com>
28 lines
579 B
Makefile
28 lines
579 B
Makefile
# New ports collection makefile for: sqliteman
|
|
# Date created: 19 May, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sqliteman
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Admin's GUI tool for Sqlite3
|
|
|
|
LIB_DEPENDS= qscintilla2.5:${PORTSDIR}/devel/qscintilla2
|
|
|
|
USE_CMAKE= yes
|
|
CMAKE_USE_PTHREAD= yes
|
|
USE_QT_VER= 4
|
|
USE_SQLITE= yes
|
|
CMAKE_ENV+= QMAKESPEC=${QMAKESPEC}
|
|
QT_COMPONENTS= qmake_build gui moc_build rcc_build uic_build xml sql
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|