summaryrefslogtreecommitdiff
path: root/emulators/minivmac/Makefile
diff options
context:
space:
mode:
authorkei <kei>2002-10-15 12:39:12 +0000
committerkei <kei>2002-10-15 12:39:12 +0000
commit091098aaedc8fcaef3dd4e12a31e4a222246e957 (patch)
tree72942eae5092e6eb863ba714d8d818e36f2e32c2 /emulators/minivmac/Makefile
parenta252ed50abe5ea18ff0349783a5d29aca9766ed8 (diff)
downloadpkgsrc-091098aaedc8fcaef3dd4e12a31e4a222246e957.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"