From da1b24d6fdfe442753c8272da5432c8fcaa1f43c Mon Sep 17 00:00:00 2001 From: cvs Date: Fri, 23 Mar 2007 19:00:19 +0000 Subject: Creating branch jlam-pkgviews --- emulators/atari800/Makefile | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 emulators/atari800/Makefile (limited to 'emulators/atari800/Makefile') diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile deleted file mode 100644 index 6efca4e0492..00000000000 --- a/emulators/atari800/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $NetBSD: Makefile,v 1.39 2006/06/12 16:28:06 wiz Exp $ - -DISTNAME= atari800-2.0.2 -PKGREVISION= 2 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atari800/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip - -MAINTAINER= adam@NetBSD.org -HOMEPAGE= http://atari800.sourceforge.net/ -COMMENT= Atari 800, 800XL, 130XE and 5200 emulator - -RESTRICTED= copyrighted ROM images -NO_SRC_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} - -WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_TOOLS+= gmake -GNU_CONFIGURE= yes - -.include "options.mk" - -# override HOME to avoid picking up a bad ${HOME}/.atari800 during the build -MAKE_FLAGS+= HOME=${WRKSRC:Q} - -post-extract: - @cd ${WRKDIR} && ${LOCALBASE}/bin/unzip -Lqo ${DISTDIR}/xf25.zip - ${SED} -e 's,@PREFIX@,${PREFIX},g' <${FILESDIR}/atari800.cfg \ - >${WRKSRC}/atari800.cfg - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/atari800 - ${INSTALL_DATA} ${WRKDIR}/*.rom ${WRKDIR}/*.xfd ${WRKDIR}/*.atr \ - ${WRKSRC}/atari800.cfg ${PREFIX}/share/atari800/ - -.include "../../graphics/png/buildlink3.mk" -.include "../../mk/oss.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3