pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/sap Common files for upcoming sap* imports.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb6e615442bb
branches: trunk
changeset: 555799:cb6e615442bb
user: sno <sno%pkgsrc.org@localhost>
date: Mon Mar 09 16:46:02 2009 +0000
description:
Common files for upcoming sap* imports.
Oked by joerg@
diffstat:
emulators/sap/Makefile.common | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diffs (35 lines):
diff -r 0cb4998a7cac -r cb6e615442bb emulators/sap/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/sap/Makefile.common Mon Mar 09 16:46:02 2009 +0000
@@ -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
+
Home |
Main Index |
Thread Index |
Old Index