Edit

IABSD.fr/ports/databases/qt3-sqlite3-plugin/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2015-04-21 18:40:20
    Hash : 764d4a86
    Message : add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) "exciting" one in databases/py-sqlalchemy; port had a bad PKG_ARCH=* line and also contained .so modules.

  • databases/qt3-sqlite3-plugin/Makefile
  • # $OpenBSD: Makefile,v 1.15 2015/04/21 18:40:20 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/
    
    V=		0.2
    DISTNAME=	23011-qt-sqlite3-$V
    PKGNAME=	qt3-sqlite3-$V
    REVISION=	6
    
    WRKDIST=	${WRKDIR}/qt-sqlite3-${V}
    
    MODULES=	x11/qt3
    
    # GPL
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += m pthread sqlite3 stdc++
    
    NO_TEST=		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>