freebsd-ports/print/Makefile
Satoshi Asami 751790b51a Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to
share most files.  Repository copy the default to explicitly named
directories to avoid any confusion.  Greatly simplify the shared
Makefiles, since we are now in different subdirectories, we don't need
"a4-install" stuff.

While I'm here, consistently name the variables.  Here are the
guidelines (master port is in brackets)

DOCFORMAT:	[html] pdf ps
KONFONT:	14dot [16dot]
PAPERSIZE:	a4 [letter] letterdj
RESOLUTION:	118 240 [300] 360 400 600

"math/r" has been copied to "R-a4" and "R-letter", to follow the
spirit of the original port.  "japanese/kon" is renamed to "kon2-*",
since that seems to be the basename.
1998-11-20 04:15:15 +00:00

76 lines
1.7 KiB
Makefile

# $Id: Makefile,v 1.72 1998/11/18 15:54:20 smace Exp $
#
SUBDIR += a2ps-a4
SUBDIR += a2ps-letter
SUBDIR += a2ps-letterdj
SUBDIR += a2ps43-a4
SUBDIR += a2ps43-letter
SUBDIR += acroread
SUBDIR += afm
SUBDIR += apsfilter
SUBDIR += asprint
SUBDIR += bibcard
SUBDIR += bibview
SUBDIR += c2ps-a4
SUBDIR += c2ps-letter
SUBDIR += detex
SUBDIR += dvi2tty
SUBDIR += dvi2xx
SUBDIR += dvips
SUBDIR += dvips2ascii
SUBDIR += dviselect
SUBDIR += enscript-a4
SUBDIR += enscript-letter
SUBDIR += enscript-letterdj
SUBDIR += enscriptfonts
SUBDIR += freetype
SUBDIR += ggv
SUBDIR += ghostscript
SUBDIR += ghostscript4
SUBDIR += ghostscript5
SUBDIR += ghostview
SUBDIR += gp
SUBDIR += gv
SUBDIR += html2latex
SUBDIR += html2ps
SUBDIR += klyx
SUBDIR += latex
SUBDIR += lout
SUBDIR += lprps-a4
SUBDIR += lprps-letter
SUBDIR += lyx
SUBDIR += makeindex
SUBDIR += mgv
SUBDIR += mp-a4
SUBDIR += mp-letter
SUBDIR += mpage
SUBDIR += musixtex
SUBDIR += offix-printer
SUBDIR += p5-FreeType
SUBDIR += p5-FreeTypeWrapper
SUBDIR += pbm2ppa
SUBDIR += pkfonts118
SUBDIR += pkfonts240
SUBDIR += pkfonts300
SUBDIR += pkfonts360
SUBDIR += pkfonts400
SUBDIR += pkfonts600
SUBDIR += psutils-a4
SUBDIR += psutils-letter
SUBDIR += rtf2latex
SUBDIR += teTeX
SUBDIR += teTeX-beta
SUBDIR += tex
SUBDIR += texinfo
SUBDIR += tr2latex
SUBDIR += transfig
SUBDIR += virtualpaper
SUBDIR += xdvi
SUBDIR += xdvik
SUBDIR += xmbibtex
SUBDIR += xtem
SUBDIR += yatex
.include <bsd.port.subdir.mk>