summaryrefslogtreecommitdiff
path: root/emulators/atari800/Makefile
diff options
context:
space:
mode:
authorcvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
committercvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
commitda1b24d6fdfe442753c8272da5432c8fcaa1f43c (patch)
tree8c7c348db30abadfdc6b77822405d9ffe7b79103 /emulators/atari800/Makefile
parentda5bb3f20f33565c1db65018aabd8cf59023cfef (diff)
downloadpkgsrc-jlam-pkgviews.tar.gz
Creating branch jlam-pkgviewsjlam-pkgviews
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r--emulators/atari800/Makefile40
1 files changed, 0 insertions, 40 deletions
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"