openbsd-ports/databases/sqliteman/Makefile

30 lines
570 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 02:52:09 espie Exp $
2008-07-18 12:41:09 -04:00
COMMENT = gui for sqlite
CATEGORIES = databases x11
DISTNAME = sqliteman-1.2.0
REVISION = 4
2008-07-18 12:41:09 -04:00
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sqliteman/}
HOMEPAGE = http://sourceforge.net/projects/sqliteman/
# GPL
2008-07-18 12:41:09 -04:00
PERMIT_PACKAGE_CDROM = Yes
2008-07-18 12:41:09 -04:00
MODULES = devel/cmake
CONFIGURE_STYLE = cmake
SEPARATE_BUILD = Yes
LIB_DEPENDS = x11/qt4 \
editors/qscintilla
2010-11-06 18:50:02 -04:00
WANTLIB += QtCore QtGui QtSql QtXml qscintilla2
2011-11-04 04:16:23 -04:00
WANTLIB += c m pthread stdc++
RUN_DEPENDS = devel/desktop-file-utils
2013-03-10 22:52:04 -04:00
NO_TEST = Yes
.include <bsd.port.mk>