Edit

IABSD.fr/ports/emulators/coldfire/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:02:49
    Hash : 9cd014a3
    Message : PERMIT_* / REGRESS->TEST sweep

  • emulators/coldfire/Makefile
  • # $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:03 espie Exp $
    
    COMMENT=	Motorola Coldfire emulator
    
    DISTNAME=	coldfire-0.3.1
    CATEGORIES=	emulators
    HOMEPAGE=	http://www.slicer.ca/coldfire/
    
    MAINTAINER=	Martin Reindl <martin@openbsd.org>
    
    # GPL
    PERMIT_PACKAGE_CDROM=	Yes
    
    MASTER_SITES=		${HOMEPAGE}/files/
    
    WANTLIB=		c ncurses pthread readline
    
    USE_GMAKE=		Yes
    CONFIGURE_STYLE=	gnu
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/coldfire ${PREFIX}/bin
    
    	${INSTALL_DATA_DIR} ${PREFIX}/share/coldfire
    	cp ${WRKBUILD}/boards/*.board ${PREFIX}/share/coldfire
    
    NO_TEST=		Yes
    
    .include <bsd.port.mk>