Edit

IABSD.fr/ports/plan9/wily/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:23:27
    Hash : a8b8aac8
    Message : MASTER_SITES -> SITES

  • plan9/wily/Makefile
  • COMMENT=	clone of the Plan9 editor 'acme'
    
    VERSION=	0.13.41
    DISTNAME=	wily-9libs
    PKGNAME=	${DISTNAME:S/-/_/}-${VERSION}
    EPOCH=		1
    CATEGORIES=	plan9 editors
    SITES=		${SITE_SOURCEFORGE:=wily/} \
    		ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \
    		ftp://ftp.cs.yorku.ca/pub/wily/src/
    REVISION=	0
    
    HOMEPAGE=	http://www.cs.yorku.ca/~oz/wily/
    
    # BSD licence
    PERMIT_PACKAGE=	Yes
    WANTLIB=		ICE SM X11 Xg Xt c frame m plan9c xcb
    
    LIB_DEPENDS=		plan9/9libs
    
    SEPARATE_BUILD=		Yes
    CONFIGURE_STYLE= 	gnu
    CONFIGURE_ARGS=		--with-9libs=${LOCALBASE}/include/9libs
    CONFIGURE_ENV=		mhw_cv_mod_9libs_lib_path=${LOCALBASE}/lib
    
    NO_TEST=		Yes
    
    post-install:
    	${INSTALL_MAN} ${FILESDIR}/wily.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>