Edit

IABSD.fr/ports/sysutils/udfclient/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/udfclient/Makefile
  • COMMENT =	userland implementation of the UDF filesystem
    
    V =		0.8.20
    DISTNAME =	UDFclient.${V}
    PKGNAME =	udfclient-${V}
    CATEGORIES =	sysutils
    
    HOMEPAGE =	http://www.13thmonkey.org/udfclient/
    
    MAINTAINER =	Josh Grosse <josh@jggimi.net>
    
    # Clarified Artistic License
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =	c pthread
    
    SITES =		http://www.13thmonkey.org/udfclient/releases/
    EXTRACT_SUFX =	.tgz
    
    CONFIGURE_STYLE =	gnu
    
    NO_TEST =	Yes
    
    .include <bsd.port.mk>