Edit

IABSD.fr/ports/editors/moe/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2017-04-29 22:36:16
    Hash : 4ffbe751
    Message : fix build with clang and use regular GNU master site

  • editors/moe/Makefile
  • # $OpenBSD: Makefile,v 1.6 2017/04/29 22:36:16 naddy Exp $
    
    COMMENT =	powerful and user-friendly console text editor
    DISTNAME =	moe-1.8
    REVISION =	0
    EXTRACT_SUFX =	.tar.lz
    CATEGORIES =	editors
    
    HOMEPAGE =	http://www.gnu.org/software/moe/moe.html
    
    # GPLv2+
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB += c m ncurses ${LIBCXX}
    
    MASTER_SITES =	${MASTER_SITE_GNU:=moe/}
    
    CONFIGURE_STYLE =	simple
    
    MAKE_FLAGS =	CXX="${CXX}" \
    		CXXFLAGS="${CXXFLAGS}" \
    		sysconfdir="${SYSCONFDIR}"
    
    FAKE_FLAGS =	sysconfdir="${PREFIX}/share/examples/moe" \
    		mandir="${PREFIX}/man" \
    		infodir="${PREFIX}/info"
    
    NO_TEST =	Yes
    
    .include <bsd.port.mk>