openbsd-ports/databases/qt3-sqlite3-plugin/Makefile
sthen be7f3fbf3c - fix missed adjustment in qt3.port.mk to handle shared_lib bump;
this change requires bumping other ports which use it. pointed
out by naddy, thanks!

- add a comment in Makefile to warn others not to do the same.

ok naddy@
2008-07-27 21:44:59 +00:00

41 lines
796 B
Makefile

# $OpenBSD: Makefile,v 1.6 2008/07/27 21:44:59 sthen Exp $
SHARED_ONLY= Yes
COMMENT= qt3 sqlite3 plugin
CATEGORIES= databases devel x11
HOMEPAGE= http://kde-apps.org/content/show.php?content=23011
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
P= qt-sqlite3-0.2
DISTNAME= 23011-$P
PKGNAME= qt3-sqlite3-0.2p2
WRKDIST= ${WRKDIR}/$P
MODULES= x11/qt3
LIB_DEPENDS+= sqlite3::databases/sqlite3
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
SUBST_VARS= MODQT_PLUGINS
do-configure:
cd ${WRKDIST} && qmake
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${MODQT_PLUGINS}/sqldrivers
${INSTALL_DATA} ${WRKBUILD}/sqldrivers/libqsqlite3.so \
${PREFIX}/${MODQT_PLUGINS}/sqldrivers
.include <bsd.port.mk>