openbsd-ports/databases/sqliteman/Makefile
ajacoutot cd9c7ecf7a Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 21:16:33 +00:00

36 lines
823 B
Makefile

# $OpenBSD: Makefile,v 1.11 2009/12/21 21:16:33 ajacoutot Exp $
COMMENT = gui for sqlite
CATEGORIES = databases x11
DISTNAME = sqliteman-1.2.0
PKGNAME = ${DISTNAME}p1
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sqliteman/}
HOMEPAGE = http://sourceforge.net/projects/sqliteman/
# GPL
PERMIT_DISTFILES_CDROM = Yes
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
MODULES = devel/cmake
CONFIGURE_STYLE = cmake
SEPARATE_BUILD = simple
LIB_DEPENDS = QtCore,QtGui,QtSql,QtXml::x11/qt4 \
qscintilla2::editors/qscintilla
RUN_DEPENDS = ::x11/qt4,-sqlite \
:desktop-file-utils-*:devel/desktop-file-utils
NO_REGRESS = Yes
.include <bsd.port.mk>