summaryrefslogtreecommitdiff
path: root/emulators/xcopilot/Makefile
diff options
context:
space:
mode:
authornathanw <nathanw@pkgsrc.org>1999-02-05 07:38:14 +0000
committernathanw <nathanw@pkgsrc.org>1999-02-05 07:38:14 +0000
commitd230a89bd3ecc0f2c0b91976013a58d161d35393 (patch)
tree70593a0eebc365a7884f67d8bd435dbc4c5c5f4d /emulators/xcopilot/Makefile
parent2f728b6fc4725310ad965c75b48c0177d68adc70 (diff)
downloadpkgsrc-d230a89bd3ecc0f2c0b91976013a58d161d35393.tar.gz
Initial import of XCopilot package, a PalmPilot (tm) emulator.
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"