new port for linux_devel, The linux cross-development stuff
This commit is contained in:
parent
aea4b76165
commit
362cb7b639
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4698
12 changed files with 102 additions and 0 deletions
30
devel/linux_devtools-6/Makefile
Normal file
30
devel/linux_devtools-6/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 0.1
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1996/11/12 02:16:46 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= linux_devel-0.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
|
||||
|
||||
PREFIX= /compat/linux
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
NO_MTREE= yes
|
||||
NO_BUILD= yes
|
||||
NO_EXTRACT= yes
|
||||
NO_WRKDIR= yes
|
||||
|
||||
pre-install:
|
||||
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
|
||||
|
||||
do-install:
|
||||
zcat ${DISTDIR}${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/linux_devtools-6/distinfo
Normal file
1
devel/linux_devtools-6/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_devel-0.1.tar.gz) = 1519756f9ff5085b745a2467eee2b5eb
|
1
devel/linux_devtools-6/pkg-comment
Normal file
1
devel/linux_devtools-6/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Linux cross development package
|
2
devel/linux_devtools-6/pkg-descr
Normal file
2
devel/linux_devtools-6/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a binary port of the Slackware Linux
|
||||
development environment.
|
30
devel/linux_devtools-7/Makefile
Normal file
30
devel/linux_devtools-7/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 0.1
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1996/11/12 02:16:46 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= linux_devel-0.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
|
||||
|
||||
PREFIX= /compat/linux
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
NO_MTREE= yes
|
||||
NO_BUILD= yes
|
||||
NO_EXTRACT= yes
|
||||
NO_WRKDIR= yes
|
||||
|
||||
pre-install:
|
||||
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
|
||||
|
||||
do-install:
|
||||
zcat ${DISTDIR}${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/linux_devtools-7/distinfo
Normal file
1
devel/linux_devtools-7/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_devel-0.1.tar.gz) = 1519756f9ff5085b745a2467eee2b5eb
|
1
devel/linux_devtools-7/pkg-comment
Normal file
1
devel/linux_devtools-7/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Linux cross development package
|
2
devel/linux_devtools-7/pkg-descr
Normal file
2
devel/linux_devtools-7/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a binary port of the Slackware Linux
|
||||
development environment.
|
30
devel/linux_devtools/Makefile
Normal file
30
devel/linux_devtools/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: linux_lib
|
||||
# Version required: 0.1
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1996/11/12 02:16:46 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= linux_devel-0.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
|
||||
|
||||
PREFIX= /compat/linux
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
NO_MTREE= yes
|
||||
NO_BUILD= yes
|
||||
NO_EXTRACT= yes
|
||||
NO_WRKDIR= yes
|
||||
|
||||
pre-install:
|
||||
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
|
||||
|
||||
do-install:
|
||||
zcat ${DISTDIR}${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/linux_devtools/distinfo
Normal file
1
devel/linux_devtools/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (linux_devel-0.1.tar.gz) = 1519756f9ff5085b745a2467eee2b5eb
|
1
devel/linux_devtools/pkg-comment
Normal file
1
devel/linux_devtools/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Linux cross development package
|
2
devel/linux_devtools/pkg-descr
Normal file
2
devel/linux_devtools/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a binary port of the Slackware Linux
|
||||
development environment.
|
Loading…
Reference in a new issue