Update to version 0.6.6
This commit is contained in:
parent
0127d24095
commit
df4a8c6614
@ -1,24 +1,18 @@
|
|||||||
# OpenBSD makefile for: xcopilot
|
# OpenBSD makefile for: xcopilot
|
||||||
# Version required: 0.4
|
# Version required: 0.6.6
|
||||||
# Date created: August 31, 1998
|
# Date created: August 31, 1998
|
||||||
# Whom: Angelos D. Keromytis
|
# 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
|
DISTNAME= xcopilot-0.6.6
|
||||||
PKGNAME= xcopilot-0.4.8
|
PKGNAME= xcopilot-0.6.6
|
||||||
CATEGORIES= emulators pilot
|
CATEGORIES= emulators pilot
|
||||||
MASTER_SITES= ftp://uiarchive.cso.uiuc.edu/pub/systems/PalmOS/
|
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= angelos@openbsd.org
|
MAINTAINER= angelos@openbsd.org
|
||||||
|
GNU_CONFIGURE= YES
|
||||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1 @@
|
|||||||
MD5 (xcopilot-v0.4.tar.gz) = c8cfcd4923e10736cf2950230fa9a51b
|
MD5 (xcopilot-0.6.6.tar.gz) = 26f71da5d04d3ecffb60e5423b5ff95c
|
||||||
MD5 (xcopilot-v0.4-iang8.diff) = fac1ee693b461f79f28d7bd95ff63a47
|
|
||||||
|
@ -1,21 +1,19 @@
|
|||||||
--- Makefile.orig Sun Nov 23 15:16:18 1997
|
*** mx/Makefile.in.orig Mon Aug 31 21:56:13 1998
|
||||||
+++ Makefile Sun Nov 23 15:18:13 1997
|
--- mx/Makefile.in Mon Aug 31 21:56:32 1998
|
||||||
@@ -15,13 +15,13 @@
|
***************
|
||||||
CC = gcc
|
*** 101,107 ****
|
||||||
|
test_filesel_OBJECTS = test_filesel.o
|
||||||
## Where to install the binary and icons, respectively
|
test_filesel_DEPENDENCIES = libmx.a
|
||||||
-BINDIR = ../bin
|
test_filesel_LDFLAGS =
|
||||||
-LIBDIR = ../lib
|
! CFLAGS = @CFLAGS@
|
||||||
+BINDIR = ${PREFIX}/bin
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||||
+LIBDIR = ${PREFIX}/lib/xcopilot
|
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
||||||
|
DIST_COMMON = Makefile.am Makefile.in
|
||||||
-# set the following CFLAGS, IFLAGS and LFLAGS for linux or FreeBSD
|
--- 101,107 ----
|
||||||
+# set the following CFLAGS, IFLAGS and LFLAGS for linux, FreeBSD or OpenBSD
|
test_filesel_OBJECTS = test_filesel.o
|
||||||
CFLAGS = -pipe -g -O5 -Wall
|
test_filesel_DEPENDENCIES = libmx.a
|
||||||
-IFLAGS = -I/usr/X11R6/include -I. -I${MC68KDIR} -I${MXDIR}
|
test_filesel_LDFLAGS =
|
||||||
-LFLAGS = -L/usr/X11R6/lib -lXpm -lXext -lX11
|
! CFLAGS = @CFLAGS@ $(X_CFLAGS)
|
||||||
+IFLAGS = -I${X11BASE}/include -I. -I${MC68KDIR} -I${MXDIR}
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||||
+LFLAGS = -L${X11BASE}/lib -lXpm -lXext -lX11
|
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
||||||
|
DIST_COMMON = Makefile.am Makefile.in
|
||||||
# set the following CFLAGS, IFLAGS and LFLAGS for SunOS 4.1.4
|
|
||||||
#CFLAGS = -pipe -O3 -Wall -g -D__BIG_ENDIAN__ -DNEED_STRSEP
|
|
||||||
|
@ -1,4 +1,2 @@
|
|||||||
bin/xcopilot
|
bin/xcopilot
|
||||||
lib/xcopilot/icon.xpm
|
man/man1/xcopilot.1
|
||||||
lib/xcopilot/icon2.xpm
|
|
||||||
@dirrm lib/xcopilot
|
|
||||||
|
Loading…
Reference in New Issue
Block a user