- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
27 lines
544 B
Makefile
27 lines
544 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.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Admin's GUI tool for Sqlite3
|
|
|
|
LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
|
|
|
USES= cmake
|
|
USE_SQLITE= yes
|
|
CMAKE_ENV+= QMAKESPEC=${QMAKESPEC}
|
|
USE_QT4= qmake_build gui moc_build rcc_build uic_build xml sql
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|