summaryrefslogtreecommitdiff
path: root/emulators/sdlmame/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/sdlmame/Makefile.common')
-rw-r--r--emulators/sdlmame/Makefile.common62
1 files changed, 0 insertions, 62 deletions
diff --git a/emulators/sdlmame/Makefile.common b/emulators/sdlmame/Makefile.common
deleted file mode 100644
index fbd91eb1869..00000000000
--- a/emulators/sdlmame/Makefile.common
+++ /dev/null
@@ -1,62 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2009/09/14 22:35:02 zafer Exp $
-#
-# used by emulators/sdlmess/Makefile
-
-CATEGORIES= emulators
-MASTER_SITES= http://rbelmont.mameworld.info/
-EXTRACT_SUFX= .zip
-
-MAINTAINER= dillo@NetBSD.org
-HOMEPAGE= http://rbelmont.mameworld.info/?page_id=163
-LICENSE= mame-license
-
-RESTRICTED= selling is not allowed
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= gmake pkg-config
-UNLIMIT_RESOURCES+= datasize
-
-.if ${MACHINE_ARCH:Mi386}
-MAKE_FLAGS+= X86_MIPS3_DRC=1
-MAKE_FLAGS+= X86_PPC_DRC=1
-#MAKE_FLAGS+= X86_ASM=1
-.else
-MAKE_FLAGS+= X86_MIPS3_DRC=
-MAKE_FLAGS+= X86_PPC_DRC=
-.endif
-# XXX: PTR64
-.if ${MACHINE_ARCH:Mx86_64}
-MAKE_FLAGS+= PTR64=true
-# XXX: FORCE_DRC_C_BACKEND?
-.endif
-
-. include "../../mk/endian.mk"
-.if ${MACHINE_ENDIAN:Mbig}
-MAKE_FLAGS+= BIGENDIAN=true
-.endif
-
-MAKE_FLAGS+= SDLMAME_NO64BITIO=true
-
-# Pragma once is not needed, and creates warnings/errors on gcc
-SUBST_CLASSES+= pragma
-SUBST_STAGE.pragma= pre-configure
-SUBST_FILES.pragma= src/*.h src/*/*.h
-SUBST_SED.pragma= -e "s|\#pragma once||g"
-
-# Using LD with calling conventions of CC is wrong, use CC instead.
-SUBST_CLASSES+= ldcc
-SUBST_STAGE.ldcc= pre-configure
-SUBST_FILES.ldcc= ${MAKE_FILE}
-SUBST_FILES.ldcc+= *.mak */*.mak */*/*.mak */*/*/*.mak */*/*/*/*.mak
-SUBST_SED.ldcc= -e "s|(LD)|(CC)|"
-
-.include "../../devel/GConf/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../textproc/expat/buildlink3.mk"
-.include "../../x11/libXinerama/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"