Edit

IABSD.fr/ports/archivers/geteltorito/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-07-08 12:41:58
    Hash : 6b453a91
    Message : fix some issues in DESCR found by codespell

  • archivers/geteltorito/Makefile
  • COMMENT =	el torito boot image extractor
    
    DISTNAME =	geteltorito-0.6
    REVISION =	0
    CATEGORIES =	archivers
    
    HOMEPAGE =	https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/
    
    # GPL v2 only
    PERMIT_PACKAGE =	Yes
    
    SITES =			${HOMEPAGE}
    
    WRKSRC =		${WRKDIR}/geteltorito
    NO_BUILD =		Yes
    NO_TEST =		Yes
    
    do-install:
    	 ${INSTALL_SCRIPT} ${WRKSRC}/geteltorito ${PREFIX}/bin/
    
    .include <bsd.port.mk>