mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
21bc5c0345
While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
22 lines
417 B
Makefile
22 lines
417 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqliteman
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 7
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Admin's GUI tool for Sqlite3
|
|
|
|
LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2
|
|
|
|
USES= cmake sqlite
|
|
USE_QT4= qmake_build gui moc_build rcc_build uic_build xml sql
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|