Update to version 0.6.6

This commit is contained in:
angelos 1998-09-01 03:02:27 +00:00
parent 0127d24095
commit df4a8c6614
4 changed files with 27 additions and 38 deletions

View File

@ -1,24 +1,18 @@
# OpenBSD makefile for: xcopilot
# Version required: 0.4
# Version required: 0.6.6
# Date created: August 31, 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/09/01 00:00:43 angelos Exp $
# $OpenBSD: Makefile,v 1.2 1998/09/01 03:02:27 angelos Exp $
#
DISTNAME= xcopilot-v0.4
PKGNAME= xcopilot-0.4.8
DISTNAME= xcopilot-0.6.6
PKGNAME= xcopilot-0.6.6
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
MASTER_SITES= http://xcopilot.cuspy.com/build/
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= YES
USE_X_PREFIX= yes
.include <bsd.port.mk>

View File

@ -1,2 +1 @@
MD5 (xcopilot-v0.4.tar.gz) = c8cfcd4923e10736cf2950230fa9a51b
MD5 (xcopilot-v0.4-iang8.diff) = fac1ee693b461f79f28d7bd95ff63a47
MD5 (xcopilot-0.6.6.tar.gz) = 26f71da5d04d3ecffb60e5423b5ff95c

View File

@ -1,21 +1,19 @@
--- 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
*** mx/Makefile.in.orig Mon Aug 31 21:56:13 1998
--- mx/Makefile.in Mon Aug 31 21:56:32 1998
***************
*** 101,107 ****
test_filesel_OBJECTS = test_filesel.o
test_filesel_DEPENDENCIES = libmx.a
test_filesel_LDFLAGS =
! CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = Makefile.am Makefile.in
--- 101,107 ----
test_filesel_OBJECTS = test_filesel.o
test_filesel_DEPENDENCIES = libmx.a
test_filesel_LDFLAGS =
! CFLAGS = @CFLAGS@ $(X_CFLAGS)
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = Makefile.am Makefile.in

View File

@ -1,4 +1,2 @@
bin/xcopilot
lib/xcopilot/icon.xpm
lib/xcopilot/icon2.xpm
@dirrm lib/xcopilot
man/man1/xcopilot.1