mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
This is port of Robert de Bath's 8086 Linux development environment. It is an
extension to Bruce Evan's C compiler (devel/bcc port). WWW: http://homepage.ntlworld.com/robert.debath/ PR: ports/117480 Submitted by: Philip Schulz <phs at deadc0.de>
This commit is contained in:
parent
51d0f15ed2
commit
f40deae933
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207666
@ -244,6 +244,7 @@
|
||||
SUBDIR += ddd
|
||||
SUBDIR += deputy
|
||||
SUBDIR += desktop-file-utils
|
||||
SUBDIR += dev86
|
||||
SUBDIR += devhelp
|
||||
SUBDIR += devtodo
|
||||
SUBDIR += dfuife-curses
|
||||
|
29
devel/dev86/Makefile
Normal file
29
devel/dev86/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: dev86
|
||||
# Date created: 25 October 2007
|
||||
# Whom: Philip Schulz <phs@deadc0.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dev86
|
||||
PORTVERSION= 0.16.17
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://homepage.ntlworld.com/robert.debath/dev86/
|
||||
DISTNAME= Dev86src-${PORTVERSION}
|
||||
|
||||
MAINTAINER= phs@deadc0.de
|
||||
COMMENT= Robert de Bath's 8086 development tools
|
||||
|
||||
CONFLICTS= bcc-[0-9]* \
|
||||
bin86-[0-9]*
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN1= as86.1 bcc.1 elks.1 elksemu.1 ld86.1
|
||||
|
||||
post-patch:
|
||||
# Respect CFLAGS in Makefiles.
|
||||
@${GREP} -Rl 'CFLAGS=' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -i "" \
|
||||
-Ee "s|CFLAGS='|&${CFLAGS} |; s|^(CFLAGS=)([^'])|\1${CFLAGS} \2|"
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/dev86/distinfo
Normal file
3
devel/dev86/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Dev86src-0.16.17.tar.gz) = e7bbfdbe61c2fb964994a087e29b0087
|
||||
SHA256 (Dev86src-0.16.17.tar.gz) = 52ed4980c0e4b68d2624aadb0ceb0339cb3fd8dd7c2175419d4f77a451846cbe
|
||||
SIZE (Dev86src-0.16.17.tar.gz) = 703028
|
11
devel/dev86/files/patch-Makefile
Normal file
11
devel/dev86/files/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig 2007-10-25 12:17:41.000000000 +0200
|
||||
+++ Makefile 2007-10-25 12:17:48.000000000 +0200
|
||||
@@ -12,7 +12,7 @@
|
||||
config tests dis88 doselks bootblocks ld86r
|
||||
|
||||
ELKSSRC= /usr/src/elks
|
||||
-PREFIX= /usr
|
||||
+PREFIX?= /usr
|
||||
BINDIR= $(PREFIX)/bin
|
||||
LIBDIR= $(PREFIX)/lib/bcc
|
||||
INCLDIR= $(PREFIX)/lib/bcc
|
4
devel/dev86/pkg-descr
Normal file
4
devel/dev86/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is port of Robert de Bath's 8086 Linux development environment. It is an
|
||||
extension to Bruce Evan's C compiler (devel/bcc port).
|
||||
|
||||
WWW: http://homepage.ntlworld.com/robert.debath/
|
24
devel/dev86/pkg-plist
Normal file
24
devel/dev86/pkg-plist
Normal file
@ -0,0 +1,24 @@
|
||||
bin/ar86
|
||||
bin/as86
|
||||
bin/bcc
|
||||
bin/ld86
|
||||
bin/nm86
|
||||
bin/objdump86
|
||||
bin/size86
|
||||
lib/bcc/as86_encap
|
||||
lib/bcc/bcc-cc1
|
||||
lib/bcc/bcc-cpp
|
||||
lib/bcc/copt
|
||||
lib/bcc/i386/rules.386
|
||||
lib/bcc/i386/rules.end
|
||||
lib/bcc/i386/rules.start
|
||||
lib/bcc/rules.186
|
||||
lib/bcc/rules.386
|
||||
lib/bcc/rules.86
|
||||
lib/bcc/rules.end
|
||||
lib/bcc/rules.i
|
||||
lib/bcc/rules.net
|
||||
lib/bcc/rules.start
|
||||
lib/bcc/unproto
|
||||
@dirrm lib/bcc/i386
|
||||
@dirrm lib/bcc
|
Loading…
Reference in New Issue
Block a user