View | Details | Raw Unified | Return to bug 44974
Collapse All | Expand All

(-)graphics/gozer/Makefile (-4 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gozer
8
PORTNAME=	gozer
9
PORTVERSION=	0.5
9
PORTVERSION=	0.7
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	http://www.linuxbrit.co.uk/downloads/
11
MASTER_SITES=	http://www.linuxbrit.co.uk/downloads/
12
12
Lines 16-27 Link Here
16
16
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-porbld-freebsd${OSREL}
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-porbld-freebsd${OSREL}
20
CONFIGURE_ARGS=	--with-giblib-prefix=${X11BASE}
21
22
MAN1=		gozer.1
20
23
21
.if defined(NOPORTDOCS)
24
.if defined(NOPORTDOCS)
22
MAKE_ENV=	NO_DOC=yes
25
MAKE_ENV=	NO_DOC=yes
23
.endif
26
.endif
24
25
MAN1=		gozer.1
26
27
27
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)graphics/gozer/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gozer-0.5.tar.gz) = 40129a4cf58209d39788f9a7b85cfb69
1
MD5 (gozer-0.7.tar.gz) = 6eaa33a759d9c15967e0b7f008cc3d55
(-)graphics/gozer/files/patch-ab (-4 / +4 lines)
Lines 1-13 Link Here
1
--- src/Makefile.in.orig	Sat Jan 26 10:59:12 2002
1
--- src/Makefile.in.orig	Wed May  1 08:10:58 2002
2
+++ src/Makefile.in	Sat Jan 26 11:28:32 2002
2
+++ src/Makefile.in	Wed Nov  6 04:06:28 2002
3
@@ -75,8 +75,8 @@
3
@@ -75,8 +75,8 @@
4
 
4
 
5
 SUBDIRS = fonts
5
 SUBDIRS = fonts
6
 
6
 
7
-LDFLAGS = -L/usr/X11R6/lib
7
-LDFLAGS = -L/usr/X11R6/lib
8
-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
8
-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
9
+LDFLAGS =
9
+LDFLAGS = @LDFLAGS@
10
+INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
10
+INCLUDES = $(X_CFLAGS) -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
11
 
11
 
12
 LIBOBJS = @LIBOBJS@
12
 LIBOBJS = @LIBOBJS@

Return to bug 44974