mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
upgrade to 0.7
PR: 44974 Submitted by: Ports Fury
This commit is contained in:
parent
3b80c5463a
commit
73acac4c01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69644
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gozer
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
||||
|
||||
@ -18,12 +18,13 @@ LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-porbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-porbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-giblib-prefix=${X11BASE}
|
||||
|
||||
MAN1= gozer.1
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ENV= NO_DOC=yes
|
||||
.endif
|
||||
|
||||
MAN1= gozer.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gozer-0.5.tar.gz) = 40129a4cf58209d39788f9a7b85cfb69
|
||||
MD5 (gozer-0.7.tar.gz) = 6eaa33a759d9c15967e0b7f008cc3d55
|
||||
|
@ -1,13 +1,13 @@
|
||||
--- src/Makefile.in.orig Sat Jan 26 10:59:12 2002
|
||||
+++ src/Makefile.in Sat Jan 26 11:28:32 2002
|
||||
--- src/Makefile.in.orig Wed May 1 08:10:58 2002
|
||||
+++ src/Makefile.in Wed Nov 6 04:06:28 2002
|
||||
@@ -75,8 +75,8 @@
|
||||
|
||||
SUBDIRS = fonts
|
||||
|
||||
-LDFLAGS = -L/usr/X11R6/lib
|
||||
-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
|
||||
+LDFLAGS =
|
||||
+INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
+INCLUDES = $(X_CFLAGS) -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
|
||||
|
||||
LIBOBJS = @LIBOBJS@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user