mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to 0.6.6.
This commit is contained in:
parent
043c1986b3
commit
cdf7221369
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16282
@ -1,24 +1,23 @@
|
||||
# New ports collection makefile for: xcopilot
|
||||
# Version required: 0.4
|
||||
# Date created: July 17 1997
|
||||
# Whom: Nick Sayer <nsayer@quack.kfu.com>
|
||||
# New ports collection makefile for: xcopilot
|
||||
# Version required: 0.6.6
|
||||
# Date created: July 17 1997
|
||||
# Whom: Nick Sayer <nsayer@quack.kfu.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1998/09/17 00:32:31 asami Exp $
|
||||
# $Id: Makefile,v 1.7 1999/01/09 08:52:31 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xcopilot-v0.4
|
||||
PKGNAME= xcopilot-0.4.8
|
||||
CATEGORIES= palm emulators
|
||||
MASTER_SITES= ftp://uiarchive.cso.uiuc.edu/pub/systems/PalmOS/
|
||||
DISTNAME= xcopilot-0.6.6
|
||||
CATEGORIES= palm emulators
|
||||
MASTER_SITES= http://xcopilot.cuspy.com/build/
|
||||
|
||||
PATCH_SITES= http://www.isaac.cs.berkeley.edu/pilot/
|
||||
PATCHFILES= xcopilot-v0.4-iang8.diff
|
||||
PATCH_DIST_STRIP= -p1
|
||||
MAINTAINER= nsayer@quack.kfu.com
|
||||
|
||||
MAINTAINER= nsayer@quack.kfu.com
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= xcopilot.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -1,20 +1,22 @@
|
||||
--- 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
|
||||
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
|
||||
--- Makefile.in.orig Tue Aug 25 22:56:23 1998
|
||||
+++ Makefile.in Sun Jan 24 03:53:29 1999
|
||||
@@ -92,7 +92,7 @@
|
||||
xcopilot.o display.o main.o pdebug.o ser-tcp.o open_app.o
|
||||
xcopilot_DEPENDENCIES = mc68k/libmc68k.a mx/libmx.a
|
||||
xcopilot_LDFLAGS =
|
||||
-CFLAGS = @CFLAGS@
|
||||
+CFLAGS = @CFLAGS@ $(X_CFLAGS)
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
man1dir = $(mandir)/man1
|
||||
--- mx/Makefile.in.orig Sun Jan 24 03:51:32 1999
|
||||
+++ mx/Makefile.in Sun Jan 24 03:52:04 1999
|
||||
@@ -101,7 +101,7 @@
|
||||
test_filesel_OBJECTS = test_filesel.o
|
||||
test_filesel_DEPENDENCIES = libmx.a
|
||||
test_filesel_LDFLAGS =
|
||||
-CFLAGS = @CFLAGS@
|
||||
+CFLAGS = @CFLAGS@ $(X_CFLAGS)
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
|
@ -1,4 +1 @@
|
||||
bin/xcopilot
|
||||
lib/xcopilot/icon.xpm
|
||||
lib/xcopilot/icon2.xpm
|
||||
@dirrm lib/xcopilot
|
||||
|
Loading…
Reference in New Issue
Block a user