summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz>2013-02-17 10:29:00 +0000
committerwiz <wiz>2013-02-17 10:29:00 +0000
commit623f4542724f9d9576734d0a7605efb5223c8eae (patch)
tree55533435e53b4289985eaa3de889dc7019d56fd0 /emulators
parentf16ab2d3323b73e86251d9623ac3a598f6b45201 (diff)
downloadpkgsrc-623f4542724f9d9576734d0a7605efb5223c8eae.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/Makefile3
-rw-r--r--emulators/sap/Makefile.common36
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}."