aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqliteman/Makefile
blob: a600ea2722b6a9f79e41991a12461854cfc36f86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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=   2
CATEGORIES= databases
MASTER_SITES=   SF

MAINTAINER= wen@FreeBSD.org
COMMENT=    Admin's GUI tool for Sqlite3

LIB_DEPENDS=    qscintilla2:${PORTSDIR}/devel/qscintilla2

USE_CMAKE=  yes
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>