Edit

IABSD.fr/ports/editors/zile/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-21 12:22:31
    Hash : fb79849e
    Message : -> SITES

  • editors/zile/Makefile
  • COMMENT=		lightweight Emacs clone
    DISTNAME=		zile-2.6.2
    CATEGORIES=		editors
    HOMEPAGE=		https://www.gnu.org/software/zile/
    
    MAINTAINER=		Gonzalo L. R. <gonzalo@openbsd.org>
    
    # GPLv3+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c curses gee-0.8 gio-2.0 glib-2.0 gobject-2.0 intl
    WANTLIB += pthread
    
    SITES=		${SITE_GNU:=zile/}
    
    LIB_DEPENDS=	devel/glib2 \
    		devel/libgee
    
    BUILD_DEPENDS=		devel/help2man \
    			lang/vala
    
    CONFIGURE_STYLE=gnu
    
    .include <bsd.port.mk>