xcopilot port
This commit is contained in:
parent
4738aa9feb
commit
65fdeb99c3
24
emulators/xcopilot/Makefile
Normal file
24
emulators/xcopilot/Makefile
Normal file
@ -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= angelos@openbsd.org
|
||||
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
emulators/xcopilot/files/md5
Normal file
2
emulators/xcopilot/files/md5
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xcopilot-v0.4.tar.gz) = c8cfcd4923e10736cf2950230fa9a51b
|
||||
MD5 (xcopilot-v0.4-iang8.diff) = fac1ee693b461f79f28d7bd95ff63a47
|
21
emulators/xcopilot/patches/patch-aa
Normal file
21
emulators/xcopilot/patches/patch-aa
Normal file
@ -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
|
1
emulators/xcopilot/pkg/COMMENT
Normal file
1
emulators/xcopilot/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Emulator for US Robotics Pilot PDA
|
2
emulators/xcopilot/pkg/DESCR
Normal file
2
emulators/xcopilot/pkg/DESCR
Normal file
@ -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.
|
4
emulators/xcopilot/pkg/PLIST
Normal file
4
emulators/xcopilot/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
bin/xcopilot
|
||||
lib/xcopilot/icon.xpm
|
||||
lib/xcopilot/icon2.xpm
|
||||
@dirrm lib/xcopilot
|
Loading…
Reference in New Issue
Block a user