-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Angelos D. Keromytis
committed
Sep 1, 1998
1 parent
01eebb2
commit c353727
Showing
6 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# OpenBSD makefile for: xcopilot | ||
# Version required: 0.4 | ||
# Date created: August 31, 1998 | ||
# Whom: Angelos D. Keromytis | ||
# | ||
# $OpenBSD: Makefile,v 1.1.1.1 1998/09/01 00:00:43 angelos Exp $ | ||
# | ||
|
||
DISTNAME= xcopilot-v0.4 | ||
PKGNAME= xcopilot-0.4.8 | ||
CATEGORIES= emulators pilot | ||
MASTER_SITES= ftp://uiarchive.cso.uiuc.edu/pub/systems/PalmOS/ | ||
|
||
PATCH_SITES= http://www.isaac.cs.berkeley.edu/pilot/ | ||
PATCHFILES= xcopilot-v0.4-iang8.diff | ||
PATCH_DIST_STRIP= -p1 | ||
|
||
MAINTAINER= [email protected] | ||
|
||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm | ||
|
||
USE_X_PREFIX= yes | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
MD5 (xcopilot-v0.4.tar.gz) = c8cfcd4923e10736cf2950230fa9a51b | ||
MD5 (xcopilot-v0.4-iang8.diff) = fac1ee693b461f79f28d7bd95ff63a47 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- Makefile.orig Sun Nov 23 15:16:18 1997 | ||
+++ Makefile Sun Nov 23 15:18:13 1997 | ||
@@ -15,13 +15,13 @@ | ||
CC = gcc | ||
|
||
## Where to install the binary and icons, respectively | ||
-BINDIR = ../bin | ||
-LIBDIR = ../lib | ||
+BINDIR = ${PREFIX}/bin | ||
+LIBDIR = ${PREFIX}/lib/xcopilot | ||
|
||
-# set the following CFLAGS, IFLAGS and LFLAGS for linux or FreeBSD | ||
+# set the following CFLAGS, IFLAGS and LFLAGS for linux, FreeBSD or OpenBSD | ||
CFLAGS = -pipe -g -O5 -Wall | ||
-IFLAGS = -I/usr/X11R6/include -I. -I${MC68KDIR} -I${MXDIR} | ||
-LFLAGS = -L/usr/X11R6/lib -lXpm -lXext -lX11 | ||
+IFLAGS = -I${X11BASE}/include -I. -I${MC68KDIR} -I${MXDIR} | ||
+LFLAGS = -L${X11BASE}/lib -lXpm -lXext -lX11 | ||
|
||
# set the following CFLAGS, IFLAGS and LFLAGS for SunOS 4.1.4 | ||
#CFLAGS = -pipe -O3 -Wall -g -D__BIG_ENDIAN__ -DNEED_STRSEP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Emulator for US Robotics Pilot PDA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
xcopilot is an emulator for the popular Pilot PDA. You have to obtain | ||
a "pilot.rom" file separately (see the README) for this to work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bin/xcopilot | ||
lib/xcopilot/icon.xpm | ||
lib/xcopilot/icon2.xpm | ||
@dirrm lib/xcopilot |