Edit

IABSD.fr/ports/math/udunits/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 09:27:52
    Hash : d6100a89
    Message : MASTER_SITES -> SITES

  • math/udunits/Makefile
  • COMMENT =		library to manipulate units of physical quantities
    
    DISTNAME =		udunits-2.2.26
    CATEGORIES =		math
    
    SHARED_LIBS =		udunits2 2.2
    
    HOMEPAGE =		http://www.unidata.ucar.edu/software/udunits/
    
    # original BSD-like, with advertisement clause
    PERMIT_PACKAGE =	Yes
    
    SITES =			ftp://ftp.unidata.ucar.edu/pub/udunits/
    
    WANTLIB +=		c expat m
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ENV =         CPPFLAGS="-I${LOCALBASE}/include" \
                            LDFLAGS="-L${LOCALBASE}/lib"
    
    TEST_DEPENDS =		devel/cunit
    TEST_TARGET =		check
    
    .include <bsd.port.mk>