pkgsrc/emulators/darcnes/Makefile.common
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

30 lines
823 B
Text

# $NetBSD: Makefile.common,v 1.10 2009/05/19 08:59:13 wiz Exp $
DISTNAME= dn9b0401
CATEGORIES= emulators
MASTER_SITES= http://www.dridus.com/~nyef/darcnes/download/
EXTRACT_SUFX= .tgz
HOMEPAGE= http://www.dridus.com/~nyef/darcnes/
LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}/darcnes
USE_TOOLS+= gmake
PATCHDIR= ${.CURDIR}/../../emulators/darcnes/patches
DISTINFO_FILE= ${.CURDIR}/../../emulators/darcnes/distinfo
# tool.c causes the sunpro acomp process to spin on the CPU.
NOT_FOR_COMPILER= sunpro
.include "../../mk/bsd.prefs.mk"
.if ( ${OBJECT_FMT} == "a.out" )
MAKE_FLAGS+= ASM_FLAGS=-DASM_UNDERBARS
MAKE_FLAGS+= NO_MULTIPLE_COMMON_WARNING=-DNO_MULTIPLE_COMMON_WARNING
.endif
.if ( ${MACHINE_ARCH} == "i386" )
MAKE_FLAGS+= MACH_TYPES=-DMACH_TYPES=\\\"types-i386.h\\\"
.else
MAKE_FLAGS+= C_ONLY=-DC_ONLY
.endif