Edit

IABSD.fr/ports/misc/libstubborn/Makefile

Branch :

  • Show log

    Commit

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

  • misc/libstubborn/Makefile
  • COMMENT =	library of generic stub functions
    V =		0.1
    DISTNAME =	libstubborn-${V}
    SHARED_LIBS =	stubborn	0.0	# 0.1
    CATEGORIES =	misc
    HOMEPAGE =	https://github.com/rfht/libstubborn
    MAINTAINER =	Thomas Frohwein <thfr@openbsd.org>
    
    # ISC
    PERMIT_PACKAGE =	Yes
    SITES =		https://github.com/rfht/libstubborn/releases/download/${V}/
    NO_TEST =		Yes
    
    do-install:
    	${INSTALL_DATA} ${WRKBUILD}/libstubborn.so.${LIBstubborn_VERSION} \
    		${PREFIX}/lib/
    
    .include <bsd.port.mk>