Edit

IABSD.fr/ports/tests/portbump/t7.sample

Branch :

  • Show log

    Commit

  • Author : zhuk
    Date : 2018-06-27 16:18:56
    Hash : e54f247a
    Message : Allow portbump tests to run after quiet a few changes in ports.

  • tests/portbump/t7.sample
  • # no RCS Id here, please
    
    COMMENT-main =	portbump test package 7
    COMMENT-qt4 =	portbump test package 7, qt4 subpackage
    PKGNAME =	portbump-t7-1.0
    PKGNAME-main =	${PKGNAME}
    PKGNAME-qt4 =	portbump-t7-qt4-1.0
    
    WANTLIB =  c pthread
    
    WANTLIB-main =  ${WANTLIB} m
    
    WANTLIB-qt4 =  ${MODQT4_WANTLIB}
    WANTLIB-qt4 += c pthread
    
    MULTI_PACKAGES =	-main -qt4
    
    DISTFILES =
    MODULES =	x11/qt4
    
    MAKE_ENV =	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
    
    do-extract:
    	cp ${FILESDIR}/{Makefile,*.c} ${WRKSRC}
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/t7 ${PREFIX}/bin
    	${INSTALL_PROGRAM} ${WRKBUILD}/t7-qt4 ${PREFIX}/bin
    
    .include <bsd.port.mk>