Edit

IABSD.fr/ports/sysutils/libisofs/Makefile

Branch :

  • Show log

    Commit

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

  • sysutils/libisofs/Makefile
  • COMMENT =	library to create and edit an ISO-9660 filesystem
    
    DISTNAME =	libisofs-1.5.4
    SHARED_LIBS +=  isofs 0.1 # 97.0
    
    CATEGORIES =	sysutils
    
    HOMEPAGE =	https://dev.lovelyhq.com/libburnia/web/wikis/Libisofs
    SITES =		http://files.libburnia-project.org/releases/
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =	iconv pthread z
    LIB_DEPENDS =		converters/libiconv
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include" \
    			LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
    
    .include <bsd.port.mk>