Edit

IABSD.fr/ports/converters/unoconv/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-10-27 12:39:49
    Hash : 8b832d8b
    Message : sync ONLY_FOR_ARCHS, avoid deprecation warning. ok robert

  • converters/unoconv/Makefile
  • # sync with editors/libreoffice
    ONLY_FOR_ARCHS=		aarch64 amd64 i386
    
    PKG_ARCH=		*
    
    COMMENT=		UNiversal Office CONVerter
    
    GH_ACCOUNT=		unoconv
    GH_PROJECT=		unoconv
    GH_TAGNAME=		0.9.0
    REVISION=		3
    
    CATEGORIES=		converters textproc
    
    HOMEPAGE=		http://dag.wiee.rs/home-made/unoconv/
    
    # GPLv2
    PERMIT_PACKAGE=	Yes
    
    MODULES=		lang/python
    
    MODPY_ADJ_FILES=	unoconv
    # override the python MODULE
    CONFIGURE_STYLE=	None
    
    USE_GMAKE=		Yes
    
    BUILD_DEPENDS=		textproc/asciidoc
    
    RUN_DEPENDS=		editors/libreoffice
    
    FAKE_FLAGS=		prefix=${TRUEPREFIX} \
    			mandir=${TRUEPREFIX}/man
    
    FAKE_TARGET=		install install-links
    
    NO_TEST=		Yes
    
    .include <bsd.port.mk>