summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-03-05 00:02:44 +0000
committerabs <abs@pkgsrc.org>2009-03-05 00:02:44 +0000
commit5f554c32aa0e87aa4341da1a9f012415bc5dbf27 (patch)
tree9c83412edc84f92b0539faa2a8fcdd01d4f413ca /mk/platform
parentfbb7f3e7732f457894002aaad24e968672171e65 (diff)
downloadpkgsrc-5f554c32aa0e87aa4341da1a9f012415bc5dbf27.tar.gz
Initial definitions for FreeMiNT - also needs patches to pkgtools
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/FreeMiNT.mk39
1 files changed, 39 insertions, 0 deletions
diff --git a/mk/platform/FreeMiNT.mk b/mk/platform/FreeMiNT.mk
new file mode 100644
index 00000000000..449af31c335
--- /dev/null
+++ b/mk/platform/FreeMiNT.mk
@@ -0,0 +1,39 @@
+# $NetBSD: FreeMiNT.mk,v 1.1 2009/03/05 00:02:44 abs Exp $
+#
+# Variable definitions for the FreeMiNT operating system.
+
+ECHO_N?= ${ECHO} -n
+IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
+PKGLOCALEDIR= share
+PS?= /bin/ps
+STRIP?= /usr/bin/strip
+SU?= /bin/su
+TYPE?= type # Shell builtin
+
+USERADD?= /usr/sbin/useradd
+GROUPADD?= /usr/sbin/groupadd
+
+CPP_PRECOMP_FLAGS?= # unset
+DEF_UMASK?= 0022
+PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
+ROOT_CMD?= ${SU} - root -c
+ROOT_USER?= root
+ROOT_GROUP?= root
+ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
+ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
+ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
+
+_OPSYS_EMULDIR.osf1= # empty
+
+_OPSYS_HAS_INET6= no # IPv6 is not standard
+_OPSYS_HAS_JAVA= no # Java is standard
+_OPSYS_HAS_MANZ= no # MANZ controls gzipping of man pages
+_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
+_OPSYS_PERL_REQD= # no base version of perl required
+_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
+_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
+_OPSYS_SHLIB_TYPE= none # shared lib type
+_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
+
+DEFAULT_SERIAL_DEVICE?= /dev/modem1
+SERIAL_DEVICES?= /dev/modem1