Edit

IABSD.fr/ports/editors/axe/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2023-02-17 14:04:46
    Hash : 6f50ae38
    Message : editors/axe: call function with right number of args to satisfy clang 15 Also add missing includes.

  • editors/axe/Makefile
  • COMMENT=		simple to use text editor for X11
    
    DISTNAME=		aXe-6.1.2
    PKGNAME=		${DISTNAME:L}
    REVISION=		5
    CATEGORIES=		editors
    
    # "other than commercial exploitation"
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
    
    MASTER_SITES=		${MASTER_SITE_XCONTRIB:=editors/}
    EXTRACT_SUFX=		.tar.Z
    
    CONFIGURE_STYLE=	imake
    NO_TEST=		Yes
    
    .include <bsd.port.mk>