diff options
author | wiz <wiz@pkgsrc.org> | 2013-02-17 10:29:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-02-17 10:29:00 +0000 |
commit | 761aa08fba7498a954282ec2377d4a0c787db941 (patch) | |
tree | 55533435e53b4289985eaa3de889dc7019d56fd0 /emulators | |
parent | 4ed7a75b613741a147daa673f904dfe95456594b (diff) | |
download | pkgsrc-761aa08fba7498a954282ec2377d4a0c787db941.tar.gz |
Remove sap packages. Not automatically fetchable, no maintainer.
[Per section 19.1.5 of the pkgsrc guide.]
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 | ||||
-rw-r--r-- | emulators/sap/Makefile.common | 36 |
2 files changed, 1 insertions, 38 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1214fbda2c3..2569d8912d3 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2012/08/18 16:33:36 chs Exp $ +# $NetBSD: Makefile,v 1.201 2013/02/17 10:29:01 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -102,7 +102,6 @@ SUBDIR+= pearpc SUBDIR+= qemu SUBDIR+= qemu0 SUBDIR+= raine -#SUBDIR+= sap # only contains a Makefile.common SUBDIR+= simh SUBDIR+= simulavr SUBDIR+= ski diff --git a/emulators/sap/Makefile.common b/emulators/sap/Makefile.common deleted file mode 100644 index 5333ffdaa95..00000000000 --- a/emulators/sap/Makefile.common +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: Makefile.common,v 1.2 2009/09/23 13:49:40 tnn 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 - -INTERACTIVE_STAGE= fetch -FETCH_MESSAGE= \ - "Distfiles cannot be downloaded automatically." \ - "Please see the file DESCR for instructions on how" \ - "to fetch the distfiles for ${PKGNAME}." |