diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-05 18:21:38 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-05 18:21:38 +0000 |
| commit | 24ea928049d6573d1ea800be2b556fa6a1b70096 (patch) | |
| tree | 773e18e290af9431bec74e0a3bc835ae87c76559 /databases/sqlitebrowser/Makefile | |
| parent | - Update to 0.142280 (diff) | |
New port: databases/sqlitebrowser
DB Browser for SQLite is a light GUI editor for SQLite databases,
built on top of Qt. The main goal of the project is to allow
non-technical users to create, modify and edit SQLite databases
using a set of wizards and a spreadsheet-like interface.
This project has previous been known as "SQLite Browser" and "Database
Browser for SQLite". "DB Browser for SQLite" will hopefully be the
name that sticks. :)
WWW: http://sqlitebrowser.org/
PR: 196365
Submitted by: coder@tuxfamily.org
Notes
Notes:
svn path=/head/; revision=376335
Diffstat (limited to 'databases/sqlitebrowser/Makefile')
| -rw-r--r-- | databases/sqlitebrowser/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile new file mode 100644 index 000000000000..6f02d9916bd7 --- /dev/null +++ b/databases/sqlitebrowser/Makefile @@ -0,0 +1,26 @@ +# Created by: loïc bartoletti <coder@tuxfamily.org> +# $FreeBSD$ + +PORTNAME= sqlitebrowser +PORTVERSION= 3.4.0 +CATEGORIES= databases + +MAINTAINER= coder@tuxfamily.org +COMMENT= DB Browser for SQLite is a visual tool to manage SQLite databases + +LICENSE= MPL GPLv3 +LICENSE_COMB= dual + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${GH_COMMIT} + +USE_GITHUB= +GH_ACCOUNT= sqlitebrowser +GH_COMMIT= 0358faa +GH_TAGNAME= ${GH_COMMIT} + +USES= cmake desktop-file-utils +USE_QT4= gui qmake_build linguist_build moc_build uic_build rcc_build +USE_SQLITE= yes + +INSTALLS_ICONS= yes +.include <bsd.port.mk> |
