aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-11-15 19:21:02 +0800
committerasami <asami@FreeBSD.org>1995-11-15 19:21:02 +0800
commit92c2246d0a637461d432066c34bb92733aea8cb8 (patch)
tree978789461eec109300329d0b30053c7dfbd014c9 /print
parent4f024ca0a0ff4daab898ace9a1ef82d80f9d6108 (diff)
downloadfreebsd-ports-gnome-92c2246d0a637461d432066c34bb92733aea8cb8.tar.gz
freebsd-ports-gnome-92c2246d0a637461d432066c34bb92733aea8cb8.tar.zst
freebsd-ports-gnome-92c2246d0a637461d432066c34bb92733aea8cb8.zip
Oops, the previous one was nuked by the full filesystem. This one is
correct.
Diffstat (limited to 'print')
-rw-r--r--print/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index e69de29bb2d1..70aec25bc1da 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -0,0 +1,27 @@
+# $Id: Makefile,v 1.21 1995/10/20 10:36:46 asami Exp $
+#
+
+ SUBDIR += a2ps
+ SUBDIR += afm
+ SUBDIR += apsfilter
+ SUBDIR += dvi2xx
+ SUBDIR += dvips
+ SUBDIR += dviselect
+ SUBDIR += ghostscript
+ SUBDIR += ghostscript3
+ SUBDIR += ghostview
+ SUBDIR += latex
+ SUBDIR += latex209
+ SUBDIR += makeindex
+ SUBDIR += mltex
+ SUBDIR += musixtex
+ SUBDIR += psutils
+ SUBDIR += rtf2latex
+ SUBDIR += tex
+ SUBDIR += texinfo
+ SUBDIR += tr2latex
+ SUBDIR += transfig
+ SUBDIR += xdvi
+ SUBDIR += xtexshell
+
+.include <bsd.port.subdir.mk>