diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-12-08 16:23:46 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-12-08 16:23:46 +0000 |
commit | f9e095b86bcda6079476767039ea9dfe3962e524 (patch) | |
tree | af89eb70d08320ed43dfba5cb2b2ec82a623be11 /textproc/Ebnf2ps/files/patch-src::Makefile | |
parent | New port: epsmerge, merge multiple EPS files into single PS or EPS output. (diff) |
New port: Ebnf2ps, draw EPS or FIG format railroad-style syntax diagrams
from YACC, EBNF or HAPPY input grammars. Requires Haskell (ghc) to build.
Diffstat (limited to 'textproc/Ebnf2ps/files/patch-src::Makefile')
-rw-r--r-- | textproc/Ebnf2ps/files/patch-src::Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/Ebnf2ps/files/patch-src::Makefile b/textproc/Ebnf2ps/files/patch-src::Makefile new file mode 100644 index 000000000000..656ff6c58eff --- /dev/null +++ b/textproc/Ebnf2ps/files/patch-src::Makefile @@ -0,0 +1,22 @@ +--- src/Makefile.orig Fri Nov 17 21:15:44 2000 ++++ src/Makefile Thu Nov 27 16:42:59 2003 +@@ -3,7 +3,7 @@ + # copyright 1996, 1998 by Peter Thiemann + # + +-HC= ghc-4.08.1 ++HC= ghc + HC_SPEC_FLAGS= -cpp -package posix -package data -fglasgow-exts + HCLOADFLAGS= + +@@ -24,8 +24,8 @@ + + + # change it, or correct it later with environment variables (see README) +-AFMPATH= /usr/local/tex/Adobe +-RGBPATH= /usr/lib/X11 ++AFMPATH= ${X11BASE}/lib/X11/fonts/Type1 ++RGBPATH= ${X11BASE}/lib/X11/rgb.txt + + + OBJECTS= Parsers.o StringMatch.o Info.o Fonts.o IOSupplement.o EbnfLayout.o \ |