Edit

IABSD.fr/ports/geo/pgpointcloud/Makefile

Branch :

  • Show log

    Commit

  • Author : landry
    Date : 2017-11-04 21:26:00
    Hash : 00dc81f5
    Message : Properly set COMPILER to base-clang ports-gcc so that those have a chance to fail further on crippled archs.

  • geo/pgpointcloud/Makefile
  • # $OpenBSD: Makefile,v 1.3 2017/11/04 21:26:00 landry Exp $
    
    COMMENT =	point cloud storage extension for PostgreSQL
    
    GH_COMMIT =	0130a1c49dc3f8c3beaa5f033c66691bdc422987
    GH_PROJECT =	pointcloud
    GH_ACCOUNT =	pgpointcloud
    DISTNAME =	pgpointcloud-1.1.0pre0
    REVISION =	0
    
    CATEGORIES =	geo databases
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES =	devel/cmake
    COMPILER =	base-clang ports-gcc
    
    LIB_DEPENDS =	textproc/libxml
    BUILD_DEPENDS =	databases/postgresql,-server \
    		devel/cunit
    WANTLIB +=	m z xml2
    WANTLIB += ${COMPILER_LIBCXX}
    
    do-test:
    	cd ${WRKBUILD} && lib/cunit/cu_tester
    
    .include <bsd.port.mk>