openbsd-ports/databases/sqliteman/Makefile

36 lines
823 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2009/12/21 21:16:33 ajacoutot Exp $
2008-07-18 12:41:09 -04:00
COMMENT = gui for sqlite
CATEGORIES = databases x11
DISTNAME = sqliteman-1.2.0
PKGNAME = ${DISTNAME}p1
2008-07-18 12:41:09 -04:00
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sqliteman/}
HOMEPAGE = http://sourceforge.net/projects/sqliteman/
# GPL
PERMIT_DISTFILES_CDROM = Yes
2008-07-18 12:41:09 -04:00
PERMIT_DISTFILES_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
WANTLIB = ICE SM X11 Xext Xi Xinerama Xrandr Xrender \
c fontconfig freetype m pthread stdc++ z png glib-2.0 \
gthread-2.0 pthread-stubs xcb
2008-02-02 04:30:54 -05:00
2008-07-18 12:41:09 -04:00
MODULES = devel/cmake
CONFIGURE_STYLE = cmake
SEPARATE_BUILD = simple
LIB_DEPENDS = QtCore,QtGui,QtSql,QtXml::x11/qt4 \
qscintilla2::editors/qscintilla
2008-07-18 12:41:09 -04:00
RUN_DEPENDS = ::x11/qt4,-sqlite \
2007-12-15 17:37:36 -05:00
:desktop-file-utils-*:devel/desktop-file-utils
2008-07-18 12:41:09 -04:00
NO_REGRESS = Yes
.include <bsd.port.mk>