mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Un-BROKEN-ify this port by upgrading to 1.8.0; the distfile for
1.7.0 disappeared.
This commit is contained in:
parent
5a40204cf5
commit
dd87f13bc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12023
@ -1,21 +1,19 @@
|
||||
# New ports collection makefile for: xzip
|
||||
# Version required: 1.7.0
|
||||
# Version required: 1.8.0
|
||||
# Date created: 28 June 1998
|
||||
# Whom: Matthew Hunt <mph@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/07/05 04:15:05 mph Exp $
|
||||
# $Id: Makefile,v 1.5 1998/07/20 17:28:41 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xzip170
|
||||
PKGNAME= xzip-1.7.0
|
||||
DISTNAME= xzip180
|
||||
PKGNAME= xzip-1.8.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/zip/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= mph@freebsd.org
|
||||
|
||||
BROKEN= fetch
|
||||
|
||||
WRKSRC= ${WRKDIR}/xzip
|
||||
ALL_TARGET=
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xzip170.tar.Z) = f71c2d96f7a229c1b92b68fdab9e501d
|
||||
MD5 (xzip180.tar.Z) = 88397d490183fcb0ee180e9f7d3ee7c9
|
||||
|
@ -1,24 +1,24 @@
|
||||
--- Makefile.orig Sat Jan 3 13:42:44 1998
|
||||
+++ Makefile Sat Jun 27 23:59:49 1998
|
||||
@@ -62,19 +62,21 @@
|
||||
# definitions for some arbitrary little-endian system
|
||||
#SYSTEMFLAGS = -DLITTLE_END_MODE
|
||||
--- Makefile.orig Sat Jul 11 18:27:32 1998
|
||||
+++ Makefile Mon Jul 20 14:38:38 1998
|
||||
@@ -64,8 +64,10 @@
|
||||
# definitions for where the X lib and include directories are.
|
||||
# The following are defaults that might work.
|
||||
|
||||
+SYSTEMFLAGS = -DAUTO_END_MODE
|
||||
-XINCLUDE = /usr/include/X11
|
||||
-XLIB = /usr/lib/X11
|
||||
+XINCLUDE = $(X11BASE)/include
|
||||
+XLIB = $(X11BASE)/lib
|
||||
+
|
||||
# --------------------
|
||||
+SYSTEMFLAGS = -DAUTO_END_MODE
|
||||
|
||||
# definitions for where the X lib and include directories are
|
||||
-XDIR = /usr
|
||||
-XINCLUDE = $(XDIR)/include/X11
|
||||
-XLIB = $(XDIR)/lib/X11
|
||||
+XDIR = ${X11BASE}
|
||||
+XINCLUDE = $(XDIR)/include
|
||||
+XLIB = $(XDIR)/lib
|
||||
# If your compiler can't find these things, try commenting out the
|
||||
# above, and uncommenting various versions below. Also look around
|
||||
@@ -90,11 +92,11 @@
|
||||
# --------------------
|
||||
|
||||
# definition for where to install xzip executable and man page
|
||||
-DESTDIR = /usr/local
|
||||
+DESTDIR = ${PREFIX}
|
||||
+DESTDIR = $(PREFIX)
|
||||
|
||||
# --------------------
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
LDFLAGS =
|
||||
LIBS = -L$(XLIB) -lX11 $(SYSTEMLIBS)
|
||||
|
||||
@@ -132,8 +134,8 @@
|
||||
@@ -152,8 +154,8 @@
|
||||
$(CC) $(CFLAGS) $(FONTDEFAULTLIST) -c xinit.c
|
||||
|
||||
install: $(PROGRAM)
|
||||
|
Loading…
Reference in New Issue
Block a user