summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsno <sno>2009-03-09 16:46:02 +0000
committersno <sno>2009-03-09 16:46:02 +0000
commit02068a1a9af4e591fcbd538d2752e0ed53fb6bbc (patch)
treee34763ba0708633cb140b09b56fe6213f703639d /emulators
parent2549b02788dbf39022b89b9db922eac20db0fe51 (diff)
downloadpkgsrc-02068a1a9af4e591fcbd538d2752e0ed53fb6bbc.tar.gz
Common files for upcoming sap* imports.
Oked by joerg@
Diffstat (limited to 'emulators')
-rw-r--r--emulators/sap/Makefile.common31
1 files changed, 31 insertions, 0 deletions
diff --git a/emulators/sap/Makefile.common b/emulators/sap/Makefile.common
new file mode 100644
index 00000000000..20486042244
--- /dev/null
+++ b/emulators/sap/Makefile.common
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2009/03/09 16:46:02 sno Exp $
+# used by archivers/sapcar/Makefile
+# used by devel/sapnwrfcsdk/Makefile
+
+EMUL_PLATFORMS?= linux-x86_64 linux-i386 linux-powerpc64 linux-ia64 \
+ aix-powerpc hpux-ia64 hpux-hppa solaris-x86_64 \
+ solaris-sparc windows-x86_64 windows-i586 \
+ windows-ia64
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${EMUL_PLATFORM} == "none"
+SAP_OPSYS= ${LOWER_OPSYS}
+SAP_ARCH= ${MACHINE_ARCH}
+.else
+SAP_OPSYS= ${EMUL_OPSYS}
+SAP_ARCH= ${EMUL_ARCH}
+.endif
+
+MASTER_SITES?= # empty
+DIST_SUBDIR?= sap/${SAP_OPSYS}-${SAP_ARCH}
+EXTRACT_SUFX?= .SAR
+
+HOMEPAGE?= http://www.sap.com/
+
+WRKSRC?= ${WRKDIR}
+BUILD_DIRS= # empty
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+