pkgsrc-wip/bin86/Makefile
Jeremy C. Reed 8e92a08e33 This is a simple assember, linker, and related tools for 80x86
machine code.  It is maintained by Robert de Bath.  This is based
on the as86 and ld86 distribution written by Bruce Evans.
2003-05-17 00:22:50 +00:00

26 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/05/17 00:22:50 jeremy-c-reed Exp $
DISTNAME= bin86-0.16.11
CATEGORIES= devel
MASTER_SITES= http://www.cix.co.uk/~mayday/dev86/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
COMMENT= simple assember and linker for x86 machine code
# devel/bcc also provides as86 and ld86
CONFLICTS= bcc-*
# XXX as it this is now, it won't build under NetBSD
# XXX maybe patches under devel/bcc will help
ONLY_FOR_PLATFORM= Linux-*-i[3-6]86
USE_GMAKE= YES
do-build:
cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX}
do-install:
cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX} install
.include "../../mk/bsd.pkg.mk"