Fixup fromcvs/togit conversion
[pkgsrcv2.git] / emulators / sap / Makefile.common
1 # $NetBSD: Makefile.common,v 1.1.1.1 2009/03/09 16:46:02 sno Exp $
2 # used by archivers/sapcar/Makefile
3 # used by devel/sapnwrfcsdk/Makefile
4
5 EMUL_PLATFORMS?=        linux-x86_64 linux-i386 linux-powerpc64 linux-ia64 \
6                         aix-powerpc hpux-ia64 hpux-hppa solaris-x86_64 \
7                         solaris-sparc windows-x86_64 windows-i586 \
8                         windows-ia64
9
10 .include "../../mk/bsd.prefs.mk"
11
12 .if ${EMUL_PLATFORM} == "none"
13 SAP_OPSYS=              ${LOWER_OPSYS}
14 SAP_ARCH=               ${MACHINE_ARCH}
15 .else
16 SAP_OPSYS=              ${EMUL_OPSYS}
17 SAP_ARCH=               ${EMUL_ARCH}
18 .endif
19
20 MASTER_SITES?=          # empty
21 DIST_SUBDIR?=           sap/${SAP_OPSYS}-${SAP_ARCH}
22 EXTRACT_SUFX?=          .SAR
23
24 HOMEPAGE?=              http://www.sap.com/
25
26 WRKSRC?=                ${WRKDIR}
27 BUILD_DIRS=             # empty
28
29 NO_CONFIGURE=           yes
30 NO_BUILD=               yes
31
32 INTERACTIVE_STAGE=      fetch
33 FETCH_MESSAGE=                                                  \
34         "Distfiles cannot be downloaded automatically."         \
35         "Please see the file DESCR for instructions on how"     \
36         "to fetch the distfiles for ${PKGNAME}."