summaryrefslogtreecommitdiff
path: root/emulators/libspectrum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/libspectrum/Makefile')
-rw-r--r--emulators/libspectrum/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile
new file mode 100644
index 00000000000..e8487b96177
--- /dev/null
+++ b/emulators/libspectrum/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/16 09:46:51 adam Exp $
+
+DISTNAME= libspectrum-0.2.0
+CATEGORIES= emulators
+MASTER_SITES= http://www.srcf.ucam.org/~pak21/spectrum/
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
+COMMENT= ZX Spectrum emulator file format library
+
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+LIBTOOL_OVERRIDE=${WRKSRC}/libtool
+
+.include "../../devel/glib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"