head	1.5;
access;
symbols
	pkgsrc-2013Q2:1.5.0.54
	pkgsrc-2013Q2-base:1.5
	pkgsrc-2012Q4:1.5.0.52
	pkgsrc-2012Q4-base:1.5
	pkgsrc-2011Q4:1.5.0.50
	pkgsrc-2011Q4-base:1.5
	pkgsrc-2011Q2:1.5.0.48
	pkgsrc-2011Q2-base:1.5
	pkgsrc-2009Q4:1.5.0.46
	pkgsrc-2009Q4-base:1.5
	pkgsrc-2008Q4:1.5.0.44
	pkgsrc-2008Q4-base:1.5
	pkgsrc-2008Q3:1.5.0.42
	pkgsrc-2008Q3-base:1.5
	cube-native-xorg:1.5.0.40
	cube-native-xorg-base:1.5
	pkgsrc-2008Q2:1.5.0.38
	pkgsrc-2008Q2-base:1.5
	pkgsrc-2008Q1:1.5.0.36
	pkgsrc-2008Q1-base:1.5
	pkgsrc-2007Q4:1.5.0.34
	pkgsrc-2007Q4-base:1.5
	pkgsrc-2007Q3:1.5.0.32
	pkgsrc-2007Q3-base:1.5
	pkgsrc-2007Q2:1.5.0.30
	pkgsrc-2007Q2-base:1.5
	pkgsrc-2007Q1:1.5.0.28
	pkgsrc-2007Q1-base:1.5
	pkgsrc-2006Q4:1.5.0.26
	pkgsrc-2006Q4-base:1.5
	pkgsrc-2006Q3:1.5.0.24
	pkgsrc-2006Q3-base:1.5
	pkgsrc-2006Q2:1.5.0.22
	pkgsrc-2006Q2-base:1.5
	pkgsrc-2006Q1:1.5.0.20
	pkgsrc-2006Q1-base:1.5
	pkgsrc-2005Q4:1.5.0.18
	pkgsrc-2005Q4-base:1.5
	pkgsrc-2005Q3:1.5.0.16
	pkgsrc-2005Q3-base:1.5
	pkgsrc-2005Q2:1.5.0.14
	pkgsrc-2005Q2-base:1.5
	pkgsrc-2005Q1:1.5.0.12
	pkgsrc-2005Q1-base:1.5
	pkgsrc-2004Q4:1.5.0.10
	pkgsrc-2004Q4-base:1.5
	pkgsrc-2004Q3:1.5.0.8
	pkgsrc-2004Q3-base:1.5
	pkgsrc-2004Q2:1.5.0.6
	pkgsrc-2004Q2-base:1.5
	pkgsrc-2004Q1:1.5.0.4
	pkgsrc-2004Q1-base:1.5
	pkgsrc-2003Q4:1.5.0.2
	pkgsrc-2003Q4-base:1.5
	buildlink2-base:1.5
	netbsd-1-5-RELEASE:1.4
	netbsd-1-4-PATCH003:1.4
	netbsd-1-4-PATCH002:1.4
	comdex-fall-1999:1.3
	netbsd-1-4-PATCH001:1.3
	netbsd-1-4-RELEASE:1.3
	netbsd-1-3-PATCH003:1.3
	netbsd-1-3-PATCH002:1.2
	FreeBSD-current-1998-03-31:1.1.1.1
	FREEBSD:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2001.04.05.15.54.56;	author wiz;	state dead;
branches;
next	1.4;

1.4
date	99.12.08.14.11.34;	author rh;	state Exp;
branches;
next	1.3;

1.3
date	98.08.07.11.14.14;	author agc;	state Exp;
branches;
next	1.2;

1.2
date	98.03.31.12.58.46;	author agc;	state Exp;
branches;
next	1.1;

1.1
date	98.03.31.12.51.47;	author agc;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.03.31.12.51.47;	author agc;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Standardize patch file names.
@
text
@$NetBSD: patch-a,v 1.4 1999/12/08 14:11:34 rh Exp $

--- src/Makefile.orig	Wed Aug 23 14:12:48 1995
+++ src/Makefile	Wed Dec  8 15:10:43 1999
@@@@ -2,12 +2,12 @@@@
 
 ###  You need a C compiler that compiles ANSI C code.
-CC      = gcc
-CFLAGS  = -Wall -pedantic -O
+#CC      = gcc
+#CFLAGS  = -Wall -pedantic -O
 
 ###  If you need additional linker flags add them here.
-LDFLAGS =
+LDFLAGS = -s
 
 ###  The directory where the Elk installation resides on your system.
-ELKDIR  = /usr/elk
+ELKDIR  = ${PREFIX}/lib/elk
 
 ###  Additional libraries.  You may want to insert the output of the
@@@@ -19,5 +19,5 @@@@
 
 ###  The directory under which you will install the Scheme files.
-DIR = /usr/local/lib/unroff
+DIR = ${PREFIX}/share/unroff
 
 ###  The default output format.
@@@@ -31,5 +31,5 @@@@
 
 SHELL   = /bin/sh
-INCLUDE = -I$(ELKDIR)/include
+INCLUDE = -I${PREFIX}/include/elk
 ELK     = $(ELKDIR)/lib/module.o
 DEFS    = -DDEFAULT_DIR=\"$(DIR)\" -DDEFAULT_FORMAT=\"$(FORMAT)\"
@


1.4
log
@defuzz
@
text
@d1 1
a1 1
$NetBSD$
@


1.3
log
@Add NetBSD RCS Ids.
@
text
@d3 3
a5 4
*** src/Makefile	Wed Aug 23 14:12:48 1995
--- src/Makefile	Mon Feb 12 18:51:08 1996
@@@@ -1,14 +1,14 @@@@
 # $Revision: 1.2 $
d22 1
a22 3
 ###  shell-script $(ELKDIR)/lib/ldflags here.
@@@@ -18,7 +18,7 @@@@
 MAKEDEP = makedepend
d29 1
a29 3
 FORMAT = html
@@@@ -30,7 +30,7 @@@@
 ###  ------------------------------------------------------------------------- 
a35 1
 CTAGS   = ctags -t -w
@


1.2
log
@Update for NetBSD - correct the location of the elk files, correct the
filenames so that a -p1 arg to patch is no longer needed.
@
text
@d1 2
d6 1
a6 1
 # $Revision: 1.12 $
@


1.1
log
@Initial revision
@
text
@d1 39
a39 68
diff -cr unroff-1.0.orig/src/Makefile unroff-1.0/src/Makefile
*** unroff-1.0.orig/src/Makefile	Wed Aug 23 14:12:48 1995
--- unroff-1.0/src/Makefile	Mon Feb 12 18:51:08 1996
***************
*** 1,14 ****
  # $Revision: 1.1.1.1 $
  
  ###  You need a C compiler that compiles ANSI C code.
! CC      = gcc
! CFLAGS  = -Wall -pedantic -O
  
  ###  If you need additional linker flags add them here.
! LDFLAGS =
  
  ###  The directory where the Elk installation resides on your system.
! ELKDIR  = /usr/elk
  
  ###  Additional libraries.  You may want to insert the output of the
  ###  shell-script $(ELKDIR)/lib/ldflags here.
--- 1,14 ----
  # $Revision: 1.1.1.1 $
  
  ###  You need a C compiler that compiles ANSI C code.
! #CC      = gcc
! #CFLAGS  = -Wall -pedantic -O
  
  ###  If you need additional linker flags add them here.
! LDFLAGS = -s
  
  ###  The directory where the Elk installation resides on your system.
! ELKDIR  = ${PREFIX}/share/elk
  
  ###  Additional libraries.  You may want to insert the output of the
  ###  shell-script $(ELKDIR)/lib/ldflags here.
***************
*** 18,24 ****
  MAKEDEP = makedepend
  
  ###  The directory under which you will install the Scheme files.
! DIR = /usr/local/lib/unroff
  
  ###  The default output format.
  FORMAT = html
--- 18,24 ----
  MAKEDEP = makedepend
  
  ###  The directory under which you will install the Scheme files.
! DIR = ${PREFIX}/share/unroff
  
  ###  The default output format.
  FORMAT = html
***************
*** 30,36 ****
  ###  ------------------------------------------------------------------------- 
  
  SHELL   = /bin/sh
! INCLUDE = -I$(ELKDIR)/include
  ELK     = $(ELKDIR)/lib/module.o
  DEFS    = -DDEFAULT_DIR=\"$(DIR)\" -DDEFAULT_FORMAT=\"$(FORMAT)\"
  CTAGS   = ctags -t -w
--- 30,36 ----
  ###  ------------------------------------------------------------------------- 
  
  SHELL   = /bin/sh
! INCLUDE = -I${PREFIX}/include/elk
  ELK     = $(ELKDIR)/lib/module.o
  DEFS    = -DDEFAULT_DIR=\"$(DIR)\" -DDEFAULT_FORMAT=\"$(FORMAT)\"
  CTAGS   = ctags -t -w
@


1.1.1.1
log
@Initial import of unroff-1.0.2, a troff-like text formatter which can
output html, into the NetBSD packages collection, from the FreeBSD
port.
@
text
@@
