ports/databases/sqliteman/Makefile
Raphael Kubo da Costa 6699fae7a2 Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).

Thanks to antoine for the exp-run.

PR:		225928
2018-02-18 09:55:10 +00:00

21 lines
421 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= sqliteman
PORTVERSION= 1.2.2
PORTREVISION= 8
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= wen@FreeBSD.org
COMMENT= Admin's GUI tool for Sqlite3
LIB_DEPENDS= libqscintilla2_qt4.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>