Use new location for tiff34 headers.
This was the last commit in this series. If I broke anything, yell at me. Not that think you'd need any encouragement. ;-)
This commit is contained in:
parent
a5cf1509c2
commit
79e54f3236
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8932
4 changed files with 44 additions and 6 deletions
|
@ -3,17 +3,17 @@
|
||||||
# Date created: Sun Sep 7 17:55:07 EDT 1997
|
# Date created: Sun Sep 7 17:55:07 EDT 1997
|
||||||
# Whom: Randall Hopper <rhh@ct.picker.com>
|
# Whom: Randall Hopper <rhh@ct.picker.com>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.1.1.1 1997/09/28 13:21:41 markm Exp $
|
# $Id: Makefile,v 1.2 1997/10/11 20:39:18 markm Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= fxtv-0.45
|
DISTNAME= fxtv-0.45
|
||||||
CATEGORIES= x11
|
CATEGORIES= graphics x11
|
||||||
MASTER_SITES= http://multiverse.com/~rhh/fxtv/
|
MASTER_SITES= http://multiverse.com/~rhh/fxtv/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= rhh@ct.picker.com
|
MAINTAINER= rhh@ct.picker.com
|
||||||
|
|
||||||
LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff \
|
LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
|
||||||
Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \
|
Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \
|
||||||
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
||||||
|
|
19
graphics/fxtv/files/patch-aa
Normal file
19
graphics/fxtv/files/patch-aa
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
--- Makefile.orig Sat Oct 11 02:42:57 1997
|
||||||
|
+++ Makefile Thu Nov 27 10:42:46 1997
|
||||||
|
@@ -5,13 +5,14 @@
|
||||||
|
X11BASE = /usr/X11R6
|
||||||
|
|
||||||
|
override CF_VERS = -DVERS_STR=\"0.45\"
|
||||||
|
-override INC = -I$(X11BASE)/include -I/usr/local/include
|
||||||
|
+override INC = -I$(X11BASE)/include -I/usr/local/include \
|
||||||
|
+ -I/usr/local/include/tiff34
|
||||||
|
override LD_INC = -L$(X11BASE)/lib -L/usr/local/lib
|
||||||
|
override CFLAGS = -m486 $(INC) $(CF_VERS)
|
||||||
|
#override CFLAGS = -g $(INC) $(CF_VERS)
|
||||||
|
override LDFLAGS = $(LD_INC)
|
||||||
|
#override LDFLAGS = -g $(LD_INC)
|
||||||
|
-override LIBS = -ltiff -lXaw3d -lXmu -lXt -lXpm -lXxf86dga \
|
||||||
|
+override LIBS = -ltiff34 -lXaw3d -lXmu -lXt -lXpm -lXxf86dga \
|
||||||
|
-lXxf86vm -lSM -lICE -lXext -lX11
|
||||||
|
|
||||||
|
override FXTV_LIBDIR = $(X11BASE)/lib/X11/fxtv
|
|
@ -3,17 +3,17 @@
|
||||||
# Date created: Sun Sep 7 17:55:07 EDT 1997
|
# Date created: Sun Sep 7 17:55:07 EDT 1997
|
||||||
# Whom: Randall Hopper <rhh@ct.picker.com>
|
# Whom: Randall Hopper <rhh@ct.picker.com>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.1.1.1 1997/09/28 13:21:41 markm Exp $
|
# $Id: Makefile,v 1.2 1997/10/11 20:39:18 markm Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= fxtv-0.45
|
DISTNAME= fxtv-0.45
|
||||||
CATEGORIES= x11
|
CATEGORIES= graphics x11
|
||||||
MASTER_SITES= http://multiverse.com/~rhh/fxtv/
|
MASTER_SITES= http://multiverse.com/~rhh/fxtv/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= rhh@ct.picker.com
|
MAINTAINER= rhh@ct.picker.com
|
||||||
|
|
||||||
LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff \
|
LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
|
||||||
Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \
|
Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \
|
||||||
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
||||||
|
|
19
multimedia/fxtv/files/patch-aa
Normal file
19
multimedia/fxtv/files/patch-aa
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
--- Makefile.orig Sat Oct 11 02:42:57 1997
|
||||||
|
+++ Makefile Thu Nov 27 10:42:46 1997
|
||||||
|
@@ -5,13 +5,14 @@
|
||||||
|
X11BASE = /usr/X11R6
|
||||||
|
|
||||||
|
override CF_VERS = -DVERS_STR=\"0.45\"
|
||||||
|
-override INC = -I$(X11BASE)/include -I/usr/local/include
|
||||||
|
+override INC = -I$(X11BASE)/include -I/usr/local/include \
|
||||||
|
+ -I/usr/local/include/tiff34
|
||||||
|
override LD_INC = -L$(X11BASE)/lib -L/usr/local/lib
|
||||||
|
override CFLAGS = -m486 $(INC) $(CF_VERS)
|
||||||
|
#override CFLAGS = -g $(INC) $(CF_VERS)
|
||||||
|
override LDFLAGS = $(LD_INC)
|
||||||
|
#override LDFLAGS = -g $(LD_INC)
|
||||||
|
-override LIBS = -ltiff -lXaw3d -lXmu -lXt -lXpm -lXxf86dga \
|
||||||
|
+override LIBS = -ltiff34 -lXaw3d -lXmu -lXt -lXpm -lXxf86dga \
|
||||||
|
-lXxf86vm -lSM -lICE -lXext -lX11
|
||||||
|
|
||||||
|
override FXTV_LIBDIR = $(X11BASE)/lib/X11/fxtv
|
Loading…
Reference in a new issue