head	1.5;
access;
symbols
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	v0_5:1.1.1.1
	TAYLOR:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2003.05.06.03.49.05;	author kris;	state dead;
branches;
next	1.4;

1.4
date	2002.05.24.11.48.15;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2002.04.19.02.29.59;	author will;	state dead;
branches;
next	1.2;

1.2
date	2000.04.01.00.10.56;	author jedgar;	state Exp;
branches;
next	1.1;

1.1
date	98.08.10.00.23.48;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.08.10.00.23.48;	author steve;	state Exp;
branches;
next	;


desc
@@


1.5
log
@As announced on 27 March 2003 in <20030328052350.GA18971@@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
@
text
@--- Makefile.orig	Thu Oct 23 21:44:05 1997
+++ Makefile	Fri May 24 04:44:50 2002
@@@@ -5,12 +5,13 @@@@
 # requires GNU make
 
 
-INSTALLDIR=/usr/local
+INSTALLDIR=${PREFIX}
 #INSTALLDIR=/nb/rupert
 
-JAFMDIR=$(INSTALLDIR)/lib/jafm
+JAFMDIR=$(INSTALLDIR)/share/jafm
 ZICDIR=$(JAFMDIR)/zic
 APPLDIR=$(JAFMDIR)/appl
+QTDIR=${X11BASE}
 
 
 .SUFFIXES: .cc .o .cc.o
@@@@ -26,15 +27,15 @@@@
 M%.cc:	%.hh
 	$(MOC) $< -o $@@
 
-CC  = gcc
-MOC = ${QTDIR}/bin/moc
-Cxx =g++ 
-
-INCFLAGS=-I${QTDIR}/include
-CxxFLAGS= -Wall #-pipe
-CFLAGS= -Wall #-pipe
-OPT=-g
-DEFINES=
+CC  ?= gcc
+MOC = ${QTDIR}/bin/moc1
+Cxx ?= g++ 
+
+INCFLAGS = -I${QTDIR}/include/X11/qt1 -I${QTDIR}/include
+CxxFLAGS ?= -Wall #-pipe
+CFLAGS ?= -Wall #-pipe
+#OPT = -g
+#DEFINES =
 # FILES
 
 HEADERS= iconview.hh menus.hh icon.hh dirbar.hh icondesk.hh deskicon.hh
@@@@ -50,28 +51,21 @@@@
 
 MOBJS=  Miconview.o Mmenus.o Micon.o Mdirbar.o Micondesk.o Msfm.o Mdeskicon.o
 
-LIBDIR=-L${QTDIR}/lib -L/usr/X11/lib
+LIBDIR=-L${QTDIR}/lib
 
 jafm	: $(OBJS) $(MOBJS)
-	$(Cxx) $(CxxLFAGS) -o jafm $(OBJS) $(MOBJS) $(LIBDIR) -lqt -lX11 -lXext
+	$(Cxx) $(CxxLFAGS) -o jafm $(OBJS) $(MOBJS) $(LIBDIR) -lqt1 -lX11 -lXext
 
 # must do this properly next time...
 install: jafm
-	mkdir -p -m 755 $(JAFMDIR)
-	mkdir -p -m 755 $(INSTALLDIR)/bin
-	mkdir -p -m 755 $(APPLDIR)
-	mkdir -p -m 755 $(ZICDIR) 
-	cp system.jafmrules $(JAFMDIR)/system.jafmrules
-	chmod 755 $(JAFMDIR)/system.jafmrules
-	cp jafm $(INSTALLDIR)/bin/jafm
-	chmod 755 $(INSTALLDIR)/bin/jafm
-	cp zic/*.zic $(ZICDIR)
-	chmod 644 $(ZICDIR)/*
-	cp  appl/* $(APPLDIR)
-	chmod 644 $(APPLDIR)/*
-	mkdir -p -m 755 $(INSTALLDIR)/man/man8
-	cp jafm.8 $(INSTALLDIR)/man/man8
-	chmod 644 $(INSTALLDIR)/man/man8/jafm.8
+	mkdir -p $(JAFMDIR)
+	mkdir -p $(APPLDIR)
+	mkdir -p $(ZICDIR) 
+	${BSD_INSTALL_DATA} system.jafmrules $(JAFMDIR)/system.jafmrules
+	${BSD_INSTALL_PROGRAM} jafm $(INSTALLDIR)/bin/jafm
+	${BSD_INSTALL_DATA} zic/*.zic $(ZICDIR)
+	${BSD_INSTALL_DATA} appl/* $(APPLDIR)
+	${BSD_INSTALL_MAN} jafm.8 $(INSTALLDIR)/man/man8
 
 dep: $(MSOURCES)
 	makedepend -I. -I$(QTDIR)/include $(SOURCES) $(MSOURCES) >/dev/null 2>&1
@


1.4
log
@Add back jafm which was prematurely removed by will, but mark it BROKEN
because it doesn't build with recent versions of bison.
@
text
@@


1.3
log
@Say goodbye to Qt 1.x and all of its dependents.  The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
@
text
@d1 82
a82 115
*** Makefile.orig	Fri Oct 24 13:44:05 1997
--- Makefile	Sat Mar 18 21:41:42 2000
***************
*** 5,16 ****
  # requires GNU make
  
  
! INSTALLDIR=/usr/local
  #INSTALLDIR=/nb/rupert
  
! JAFMDIR=$(INSTALLDIR)/lib/jafm
  ZICDIR=$(JAFMDIR)/zic
  APPLDIR=$(JAFMDIR)/appl
  
  
  .SUFFIXES: .cc .o .cc.o
--- 5,17 ----
  # requires GNU make
  
  
! INSTALLDIR=${PREFIX}
  #INSTALLDIR=/nb/rupert
  
! JAFMDIR=$(INSTALLDIR)/share/jafm
  ZICDIR=$(JAFMDIR)/zic
  APPLDIR=$(JAFMDIR)/appl
+ QTDIR=${X11BASE}
  
  
  .SUFFIXES: .cc .o .cc.o
***************
*** 26,40 ****
  M%.cc:	%.hh
  	$(MOC) $< -o $@@
  
! CC  = gcc
  MOC = ${QTDIR}/bin/moc
! Cxx =g++ 
  
! INCFLAGS=-I${QTDIR}/include
! CxxFLAGS= -Wall #-pipe
! CFLAGS= -Wall #-pipe
! OPT=-g
! DEFINES=
  # FILES
  
  HEADERS= iconview.hh menus.hh icon.hh dirbar.hh icondesk.hh deskicon.hh
--- 27,41 ----
  M%.cc:	%.hh
  	$(MOC) $< -o $@@
  
! CC  ?= gcc
  MOC = ${QTDIR}/bin/moc
! Cxx ?= g++ 
  
! INCFLAGS = -I${QTDIR}/include/X11/qt -I${QTDIR}/include
! CxxFLAGS ?= -Wall #-pipe
! CFLAGS ?= -Wall #-pipe
! #OPT = -g
! #DEFINES =
  # FILES
  
  HEADERS= iconview.hh menus.hh icon.hh dirbar.hh icondesk.hh deskicon.hh
***************
*** 50,77 ****
  
  MOBJS=  Miconview.o Mmenus.o Micon.o Mdirbar.o Micondesk.o Msfm.o Mdeskicon.o
  
! LIBDIR=-L${QTDIR}/lib -L/usr/X11/lib
  
  jafm	: $(OBJS) $(MOBJS)
  	$(Cxx) $(CxxLFAGS) -o jafm $(OBJS) $(MOBJS) $(LIBDIR) -lqt -lX11 -lXext
  
  # must do this properly next time...
  install: jafm
! 	mkdir -p -m 755 $(JAFMDIR)
! 	mkdir -p -m 755 $(INSTALLDIR)/bin
! 	mkdir -p -m 755 $(APPLDIR)
! 	mkdir -p -m 755 $(ZICDIR) 
! 	cp system.jafmrules $(JAFMDIR)/system.jafmrules
! 	chmod 755 $(JAFMDIR)/system.jafmrules
! 	cp jafm $(INSTALLDIR)/bin/jafm
! 	chmod 755 $(INSTALLDIR)/bin/jafm
! 	cp zic/*.zic $(ZICDIR)
! 	chmod 644 $(ZICDIR)/*
! 	cp  appl/* $(APPLDIR)
! 	chmod 644 $(APPLDIR)/*
! 	mkdir -p -m 755 $(INSTALLDIR)/man/man8
! 	cp jafm.8 $(INSTALLDIR)/man/man8
! 	chmod 644 $(INSTALLDIR)/man/man8/jafm.8
  
  dep: $(MSOURCES)
  	makedepend -I. -I$(QTDIR)/include $(SOURCES) $(MSOURCES) >/dev/null 2>&1
--- 51,71 ----
  
  MOBJS=  Miconview.o Mmenus.o Micon.o Mdirbar.o Micondesk.o Msfm.o Mdeskicon.o
  
! LIBDIR=-L${QTDIR}/lib
  
  jafm	: $(OBJS) $(MOBJS)
  	$(Cxx) $(CxxLFAGS) -o jafm $(OBJS) $(MOBJS) $(LIBDIR) -lqt -lX11 -lXext
  
  # must do this properly next time...
  install: jafm
! 	mkdir -p $(JAFMDIR)
! 	mkdir -p $(APPLDIR)
! 	mkdir -p $(ZICDIR) 
! 	${BSD_INSTALL_DATA} system.jafmrules $(JAFMDIR)/system.jafmrules
! 	${BSD_INSTALL_PROGRAM} jafm $(INSTALLDIR)/bin/jafm
! 	${BSD_INSTALL_DATA} zic/*.zic $(ZICDIR)
! 	${BSD_INSTALL_DATA} appl/* $(APPLDIR)
! 	${BSD_INSTALL_MAN} jafm.8 $(INSTALLDIR)/man/man8
  
  dep: $(MSOURCES)
  	makedepend -I. -I$(QTDIR)/include $(SOURCES) $(MSOURCES) >/dev/null 2>&1
@


1.2
log
@- Support CFLAGS/CXX/CXXFLAGS/PREFIX/X11BASE properly
- Support install macros
- Add USE_BISON
- Remove unneeded USE_GMAKE
- Change install path of data files from lib/ to share/

PR:		17529
Submitted by:	tkato@@prontomail.ne.jp
@
text
@@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** Makefile.bak	Thu Oct 23 22:44:05 1997
--- Makefile	Fri Jul 31 17:38:01 1998
d4 8
a11 3
*** 11,16 ****
--- 11,17 ----
  JAFMDIR=$(INSTALLDIR)/lib/jafm
d14 14
a27 1
+ QTDIR=/usr/X11R6
d32 5
a36 1
*** 30,36 ****
d38 1
a38 1
  Cxx =g++ 
d41 12
a52 4
  CxxFLAGS= -Wall #-pipe
  CFLAGS= -Wall #-pipe
  OPT=-g
--- 31,37 ----
d54 59
a112 1
  Cxx =g++ 
d114 2
a115 4
! INCFLAGS=-I${QTDIR}/include/X11/qt -I${QTDIR}/include
  CxxFLAGS= -Wall #-pipe
  CFLAGS= -Wall #-pipe
  OPT=-g
@


1.1.1.1
log
@Initial import of jafm version 0.5.
Yet another file manager.

PR:		7460
Submitted by:	Brett Taylor <brett@@peloton.physics.montana.edu>
@
text
@@
