Edit

IABSD.fr/ports/emulators/gxemul/Makefile

Branch :

  • Show log

    Commit

  • Author : fcambus
    Date : 2017-04-28 07:37:00
    Hash : a0fe3b32
    Message : Fix build errors with Clang. Patches from Pkgsrc. Binary differs so bump REVISION as well. OK espie@

  • emulators/gxemul/Makefile
  • # $OpenBSD: Makefile,v 1.36 2017/04/28 07:37:00 fcambus Exp $
    
    COMMENT=		ARM/M88k/MIPS/PowerPC/SuperH machines emulator
    
    DISTNAME =		gxemul-0.6.0.1
    CATEGORIES=		emulators
    REVISION =		1
    
    HOMEPAGE=		http://gxemul.sourceforge.net/
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=gxemul/}
    
    WANTLIB =		c m ${LIBCXX}
    
    CONFIGURE_STYLE=	simple
    
    FLAVORS=		no_x11
    FLAVOR?=
    
    .if ${FLAVOR:Mno_x11}
    CONFIGURE_ARGS=		--disable-x
    .else
    WANTLIB+=		X11
    .endif
    
    NO_TEST=		Yes
    
    INSTALL_STRIP=
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${PREFIX}/bin
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gxemul
    	${INSTALL_DATA} ${WRKSRC}/doc/*.{gif,png,html} \
    		${PREFIX}/share/doc/gxemul
    	${INSTALL_DATA} ${WRKSRC}/man/gxemul.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>