summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-11-22 03:06:19 +0000
committerhubertf <hubertf@pkgsrc.org>1997-11-22 03:06:19 +0000
commita28873ae01489dff9b314baede5351fa7f1df5e1 (patch)
tree7fb60289a12b9e9174e373963e692f51f6b633d0
parent0d929991a3a9df282a523b51ffcdd5bf70969f9a (diff)
downloadpkgsrc-a28873ae01489dff9b314baede5351fa7f1df5e1.tar.gz
Some missing Makefiles, from FreeBSD.
-rw-r--r--benchmarks/Makefile12
-rw-r--r--comms/Makefile19
-rw-r--r--converters/Makefile19
-rw-r--r--security/Makefile29
-rw-r--r--www/Makefile55
5 files changed, 134 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
new file mode 100644
index 00000000000..7e99c4885fd
--- /dev/null
+++ b/benchmarks/Makefile
@@ -0,0 +1,12 @@
+# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $
+#
+
+ SUBDIR += bonnie
+ SUBDIR += bytebench
+ SUBDIR += iozone
+ SUBDIR += lmbench
+ SUBDIR += netperf
+ SUBDIR += tcpblast
+ SUBDIR += xengine
+
+.include <bsd.port.subdir.mk>
diff --git a/comms/Makefile b/comms/Makefile
new file mode 100644
index 00000000000..ec63fe3e803
--- /dev/null
+++ b/comms/Makefile
@@ -0,0 +1,19 @@
+# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $
+#
+
+ SUBDIR += bpl+
+ SUBDIR += ecu
+ SUBDIR += hylafax
+ SUBDIR += kermit
+ SUBDIR += lrzsz
+ SUBDIR += mgetty+sendfax
+ SUBDIR += minicom
+ SUBDIR += qpage
+ SUBDIR += rzsz
+ SUBDIR += seyon
+ SUBDIR += snooper
+ SUBDIR += tkhylafax
+ SUBDIR += xcept
+ SUBDIR += zmtx-zmrx
+
+.include <bsd.port.subdir.mk>
diff --git a/converters/Makefile b/converters/Makefile
new file mode 100644
index 00000000000..f1fcdce8de6
--- /dev/null
+++ b/converters/Makefile
@@ -0,0 +1,19 @@
+# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $
+#
+
+ SUBDIR += btoa
+ SUBDIR += c2html
+ SUBDIR += ish
+ SUBDIR += kdesupport
+ SUBDIR += mimepp
+ SUBDIR += mpack
+ SUBDIR += p5-Convert-UU
+ SUBDIR += p5-MIME-Base64
+ SUBDIR += recode
+ SUBDIR += trans
+ SUBDIR += uudeview
+ SUBDIR += uudx
+ SUBDIR += uulib
+ SUBDIR += xdeview
+
+.include <bsd.port.subdir.mk>
diff --git a/security/Makefile b/security/Makefile
new file mode 100644
index 00000000000..bff48deec66
--- /dev/null
+++ b/security/Makefile
@@ -0,0 +1,29 @@
+# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $
+#
+
+ SUBDIR += SSLeay
+ SUBDIR += cfs
+ SUBDIR += cops
+ SUBDIR += crack
+ SUBDIR += donkey
+ SUBDIR += fwtk
+ SUBDIR += john
+ SUBDIR += libident
+ SUBDIR += p5-Authen-Radius
+ SUBDIR += p5-Crypt-DES
+ SUBDIR += p5-Crypt-IDEA
+ SUBDIR += p5-MD5
+ SUBDIR += p5-PGP
+ SUBDIR += pgp
+ SUBDIR += pidentd
+ SUBDIR += rsaref
+ SUBDIR += ssh
+ SUBDIR += sudo
+ SUBDIR += super
+ SUBDIR += swatch
+ SUBDIR += tcp_wrapper
+ SUBDIR += tripwire
+ SUBDIR += vscan
+ SUBDIR += xinetd
+
+.include <bsd.port.subdir.mk>
diff --git a/www/Makefile b/www/Makefile
new file mode 100644
index 00000000000..b2063bfb533
--- /dev/null
+++ b/www/Makefile
@@ -0,0 +1,55 @@
+# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $
+#
+
+ SUBDIR += Mosaic # requires Motif
+ SUBDIR += analog
+ SUBDIR += apache
+ SUBDIR += apache-current
+ SUBDIR += apache-php
+ SUBDIR += apache-ssl
+ SUBDIR += arena
+ SUBDIR += ashe # requires Motif
+ SUBDIR += aswedit
+ SUBDIR += cgiparse
+ SUBDIR += chimera
+ SUBDIR += comline
+ SUBDIR += fxhtml
+ SUBDIR += gn
+ SUBDIR += gwstat
+ SUBDIR += harvest
+ SUBDIR += http-analyze
+ SUBDIR += libpics
+ SUBDIR += libwww
+ SUBDIR += linemode
+ SUBDIR += linux-netscape4
+ SUBDIR += lynx
+ SUBDIR += mapedit
+ SUBDIR += mhonarc
+ SUBDIR += mmm
+ SUBDIR += momspider
+ SUBDIR += netscape3
+ SUBDIR += netscape4-communicator
+ SUBDIR += netscape4-navigator
+ SUBDIR += p5-Apache
+ SUBDIR += p5-CGI
+ SUBDIR += p5-CGI_Lite
+ SUBDIR += p5-HTML
+ SUBDIR += p5-HTML-QuickCheck
+ SUBDIR += p5-HTML-Stream
+ SUBDIR += p5-HTTPD-Tools
+ SUBDIR += p5-WWW-Search
+ SUBDIR += p5-libwww
+ SUBDIR += squid11
+ SUBDIR += squid11-novm
+ SUBDIR += vrweb
+ SUBDIR += w3
+ SUBDIR += w3c-httpd
+ SUBDIR += webcopy
+ SUBDIR += weblint
+ SUBDIR += webstone
+ SUBDIR += wml
+ SUBDIR += wn
+ SUBDIR += wwwcount
+ SUBDIR += wwwstat
+
+.include <bsd.port.subdir.mk>