summaryrefslogtreecommitdiff
path: root/devel/linux_devtools/Makefile
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-11-26 23:15:07 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-11-26 23:15:07 +0000
commit362cb7b639bff6ab603af99a77ce38018e2b364a (patch)
tree2b4252c02e3d9d13df68d3d602d4d1fc7fa39e7b /devel/linux_devtools/Makefile
parentadd X11 nls stuff, fix the build/install process. (diff)
new port for linux_devel, The linux cross-development stuff
Notes
Notes: svn path=/head/; revision=4698
Diffstat (limited to 'devel/linux_devtools/Makefile')
-rw-r--r--devel/linux_devtools/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile
new file mode 100644
index 000000000000..93eb30f6a7c9
--- /dev/null
+++ b/devel/linux_devtools/Makefile
@@ -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>