summaryrefslogtreecommitdiff
path: root/emulators/xcopilot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xcopilot/Makefile')
-rw-r--r--emulators/xcopilot/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile
new file mode 100644
index 00000000000..1768860e814
--- /dev/null
+++ b/emulators/xcopilot/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/02/05 07:38:14 nathanw Exp $
+#
+
+DISTNAME= xcopilot-0.6.6
+CATEGORIES= emulators
+MASTER_SITES= http://xcopilot.cuspy.com/build/
+
+MAINTAINER= nathanw@netbsd.org
+HOMEPAGE= http://xcopilot.cuspy.com/
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+NOT_FOR_ARCHS= alpha # suspected LP64 bugs
+
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+.include "../../mk/bsd.pkg.mk"