summaryrefslogtreecommitdiff
path: root/emulators/minivmac/Makefile
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2002-10-15 12:39:12 +0000
committerkei <kei@pkgsrc.org>2002-10-15 12:39:12 +0000
commit7bd0044862247cbd8ce5a0f278bda26a92063b9a (patch)
tree72942eae5092e6eb863ba714d8d818e36f2e32c2 /emulators/minivmac/Makefile
parentf2f09fbc893b277d00c5c5cc1c149555afb97208 (diff)
downloadpkgsrc-7bd0044862247cbd8ce5a0f278bda26a92063b9a.tar.gz
initial import of Mini vMac 0.1.7 into the NetBSD packages collection.
Mini vMac is a minor spin off of the program vMac. Its goal is to provide the simplest usable emulation of a Macintosh, instead of the fastest or most usable emulation. It can serve as a programmers introduction to vMac, having only about one tenth as much source code.
Diffstat (limited to 'emulators/minivmac/Makefile')
-rw-r--r--emulators/minivmac/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile
new file mode 100644
index 00000000000..212472d319b
--- /dev/null
+++ b/emulators/minivmac/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/15 12:39:12 kei Exp $
+
+DISTNAME= minivmac-0.1.7.src
+PKGNAME= minivmac-0.1.7
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=minivmac/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= kei@netbsd.org
+HOMEPAGE= http://www.gryphel.com/c/minivmac/
+COMMENT= miniature Macintosh emulator
+
+WRKSRC= ${WRKDIR}/minivmac
+
+USE_X11BASE= YES
+
+SCRIPTS_ENV+= CC="${CC}"
+
+DOCDIR= ${PREFIX}/share/doc/html/minivmac
+
+do-build:
+ cd ${WRKSRC}/tool/bash; \
+ ${SETENV} ${SCRIPTS_ENV} ${SHELL} build
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/drv/minivmac ${PREFIX}/bin; \
+ ${INSTALL_DATA_DIR} ${DOCDIR}; \
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCDIR}
+
+.include "../../mk/bsd.pkg.mk"