freebsd-ports/databases/sqliteman/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

23 lines
473 B
Makefile

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