Add makefiles from FreeBSD adapted to our current port set
This commit is contained in:
parent
228d9cfbd5
commit
ff751ca666
62
Makefile
Normal file
62
Makefile
Normal file
@ -0,0 +1,62 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:36 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $
|
||||
#
|
||||
|
||||
SUBDIR += archivers
|
||||
#SUBDIR += astro
|
||||
#SUBDIR += audio
|
||||
SUBDIR += benchmarks
|
||||
#SUBDIR += cad
|
||||
SUBDIR += chinese
|
||||
SUBDIR += comms
|
||||
#SUBDIR += converters
|
||||
SUBDIR += databases
|
||||
SUBDIR += devel
|
||||
SUBDIR += editors
|
||||
SUBDIR += emulators
|
||||
SUBDIR += games
|
||||
#SUBDIR += german
|
||||
SUBDIR += graphics
|
||||
#SUBDIR += japanese
|
||||
#SUBDIR += korean
|
||||
#SUBDIR += lang
|
||||
SUBDIR += mail
|
||||
#SUBDIR += math
|
||||
#SUBDIR += mbone
|
||||
SUBDIR += misc
|
||||
SUBDIR += net
|
||||
SUBDIR += news
|
||||
#SUBDIR += plan9
|
||||
#SUBDIR += print
|
||||
#SUBDIR += russian
|
||||
SUBDIR += security
|
||||
SUBDIR += shells
|
||||
SUBDIR += sysutils
|
||||
SUBDIR += textproc
|
||||
#SUBDIR += vietnamese
|
||||
SUBDIR += www
|
||||
#SUBDIR += x11
|
||||
|
||||
PORTSTOP= yes
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
||||
index:
|
||||
@rm -f ${.CURDIR}/INDEX
|
||||
@make ${.CURDIR}/INDEX
|
||||
|
||||
${.CURDIR}/INDEX:
|
||||
@echo -n "Generating INDEX - please wait.."
|
||||
@make describe ECHO_MSG="echo > /dev/null" > ${.CURDIR}/INDEX
|
||||
@echo " Done."
|
||||
|
||||
print-index: ${.CURDIR}/INDEX
|
||||
@awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX
|
||||
|
||||
search: ${.CURDIR}/INDEX
|
||||
.if !defined(key)
|
||||
@echo "The search target requires a keyword parameter,"
|
||||
@echo "e.g.: \"make search key=somekeyword\""
|
||||
.else
|
||||
@grep -i ${key} ${.CURDIR}/INDEX | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }'
|
||||
.endif
|
24
archivers/Makefile
Normal file
24
archivers/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:37 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.19 1997/11/20 08:21:26 tg Exp $
|
||||
#
|
||||
|
||||
SUBDIR += arc
|
||||
SUBDIR += bzip
|
||||
SUBDIR += bzip2
|
||||
SUBDIR += freeze
|
||||
SUBDIR += gshar+gunshar
|
||||
SUBDIR += ha
|
||||
# SUBDIR += hpack.non-usa.only
|
||||
SUBDIR += lha
|
||||
SUBDIR += nulib
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += rar
|
||||
SUBDIR += unarj
|
||||
SUBDIR += unrar
|
||||
SUBDIR += unzip
|
||||
# SUBDIR += unzip.with_encryption
|
||||
SUBDIR += zip
|
||||
SUBDIR += zip.with_encryption
|
||||
SUBDIR += zoo
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
13
benchmarks/Makefile
Normal file
13
benchmarks/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:37 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp $
|
||||
#
|
||||
|
||||
SUBDIR += bonnie
|
||||
# SUBDIR += bytebench
|
||||
SUBDIR += iozone
|
||||
SUBDIR += lmbench
|
||||
# SUBDIR += netperf
|
||||
SUBDIR += tcpblast
|
||||
SUBDIR += xengine
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
26
chinese/Makefile
Normal file
26
chinese/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:38 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.16 1997/11/17 18:36:43 max Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += Wnn
|
||||
# SUBDIR += big5con
|
||||
# SUBDIR += big5fonts
|
||||
SUBDIR += c2t
|
||||
# SUBDIR += celvis
|
||||
# SUBDIR += cless
|
||||
# SUBDIR += cnsfonts
|
||||
# SUBDIR += cxterm
|
||||
# SUBDIR += gb2ps
|
||||
# SUBDIR += gbfonts
|
||||
# SUBDIR += gbscript
|
||||
# SUBDIR += hc
|
||||
# SUBDIR += hztty
|
||||
SUBDIR += lunar
|
||||
# SUBDIR += mule-wnn4
|
||||
# SUBDIR += nvi-big5
|
||||
# SUBDIR += nvi-euc-cn
|
||||
# SUBDIR += nvi-euc-tw
|
||||
# SUBDIR += samba
|
||||
# SUBDIR += ted
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
21
comms/Makefile
Normal file
21
comms/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:38 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.27 1997/11/22 14:56:56 peter Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += bpl+
|
||||
# SUBDIR += conserver
|
||||
# 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>
|
22
databases/Makefile
Normal file
22
databases/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:39 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.24 1997/10/04 23:32:05 andreas Exp $
|
||||
#
|
||||
SUBDIR += db
|
||||
# SUBDIR += gdbm
|
||||
# SUBDIR += gnats
|
||||
# SUBDIR += msql
|
||||
# SUBDIR += mysql
|
||||
# SUBDIR += p5-DBD-Pg
|
||||
# SUBDIR += p5-DBD-mysql
|
||||
# SUBDIR += p5-DBI
|
||||
# SUBDIR += p5-Msql
|
||||
# SUBDIR += p5-Mysql
|
||||
# SUBDIR += p5-Pg
|
||||
# SUBDIR += pgaccess
|
||||
SUBDIR += postgresql
|
||||
# SUBDIR += typhoon
|
||||
# SUBDIR += xmbase-grok
|
||||
# SUBDIR += xmysql
|
||||
# SUBDIR += xmysqladmin
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
97
devel/Makefile
Normal file
97
devel/Makefile
Normal file
@ -0,0 +1,97 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:40 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += ElectricFence
|
||||
# SUBDIR += SWIG
|
||||
# SUBDIR += SpecTcl
|
||||
# SUBDIR += asl
|
||||
# SUBDIR += autoconf
|
||||
# SUBDIR += automake
|
||||
# SUBDIR += bcc
|
||||
# SUBDIR += boehm-gc
|
||||
# SUBDIR += cccc
|
||||
# SUBDIR += cflow
|
||||
# SUBDIR += crossgo32
|
||||
# SUBDIR += crossgo32-djgpp2
|
||||
# SUBDIR += crossgo32-djgpp2-pdcurses
|
||||
# SUBDIR += crosssco
|
||||
# SUBDIR += cs
|
||||
# SUBDIR += cutils
|
||||
# SUBDIR += cxref
|
||||
# SUBDIR += ddd
|
||||
# SUBDIR += dmake
|
||||
# SUBDIR += f77flow
|
||||
# SUBDIR += fpp
|
||||
# SUBDIR += gcc11
|
||||
# SUBDIR += gdb
|
||||
# SUBDIR += gdbtk
|
||||
# SUBDIR += gindent
|
||||
SUBDIR += gmake
|
||||
# SUBDIR += id-utils
|
||||
# SUBDIR += ilu
|
||||
# SUBDIR += lclint
|
||||
# SUBDIR += libdlmalloc
|
||||
# SUBDIR += libmalloc
|
||||
SUBDIR += libslang
|
||||
# SUBDIR += linux_devel
|
||||
# SUBDIR += linuxgdb
|
||||
# SUBDIR += m4
|
||||
# SUBDIR += makedepend
|
||||
# SUBDIR += mkmf
|
||||
# SUBDIR += mprof
|
||||
# SUBDIR += nana
|
||||
# SUBDIR += nasm
|
||||
# SUBDIR += noweb
|
||||
# SUBDIR += omniBroker
|
||||
# SUBDIR += omniORB
|
||||
# SUBDIR += p5-B
|
||||
# SUBDIR += p5-BSD-Resource
|
||||
# SUBDIR += p5-C-Scan
|
||||
# SUBDIR += p5-ConfigReader
|
||||
# SUBDIR += p5-Curses
|
||||
# SUBDIR += p5-Data-Dumper
|
||||
# SUBDIR += p5-Data-Flow
|
||||
# SUBDIR += p5-Data-ShowTable
|
||||
# SUBDIR += p5-Date-Manip
|
||||
# SUBDIR += p5-Devel-DProf
|
||||
# SUBDIR += p5-Devel-Peek
|
||||
# SUBDIR += p5-Devel-Symdump
|
||||
# SUBDIR += p5-Errno
|
||||
# SUBDIR += p5-File-BasicFlock
|
||||
# SUBDIR += p5-File-Lock
|
||||
# SUBDIR += p5-File-Slurp
|
||||
# SUBDIR += p5-File-Tools
|
||||
# SUBDIR += p5-Filter
|
||||
# SUBDIR += p5-FreezeThaw
|
||||
# SUBDIR += p5-Include
|
||||
# SUBDIR += p5-IniConf
|
||||
# SUBDIR += p5-Ioctl
|
||||
# SUBDIR += p5-PV
|
||||
# SUBDIR += p5-Penguin
|
||||
# SUBDIR += p5-Penguin-Easy
|
||||
# SUBDIR += p5-Proc-Simple
|
||||
# SUBDIR += p5-Religion
|
||||
# SUBDIR += p5-Resources
|
||||
# SUBDIR += p5-Sort-Versions
|
||||
# SUBDIR += p5-Storable
|
||||
# SUBDIR += p5-Term-ReadKey
|
||||
# SUBDIR += p5-Time
|
||||
# SUBDIR += p5-TimeDate
|
||||
# SUBDIR += p5-TraceFuncs
|
||||
# SUBDIR += pccts
|
||||
# SUBDIR += portlint
|
||||
# SUBDIR += prcs
|
||||
# SUBDIR += sawt
|
||||
# SUBDIR += scogdb
|
||||
# SUBDIR += sfio
|
||||
# SUBDIR += tclcheck
|
||||
# SUBDIR += tkcvs
|
||||
# SUBDIR += tkref
|
||||
# SUBDIR += tvision
|
||||
# SUBDIR += vtcl
|
||||
# SUBDIR += xmake
|
||||
# SUBDIR += xwpe
|
||||
# SUBDIR += xxgdb
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
32
editors/Makefile
Normal file
32
editors/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:40 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += asedit
|
||||
SUBDIR += axe
|
||||
SUBDIR += beav
|
||||
# SUBDIR += bpatch
|
||||
# SUBDIR += e93
|
||||
SUBDIR += emacs
|
||||
# SUBDIR += gvim
|
||||
SUBDIR += jed
|
||||
SUBDIR += joe
|
||||
SUBDIR += jove
|
||||
# SUBDIR += mule
|
||||
# SUBDIR += mule-common
|
||||
# SUBDIR += nedit
|
||||
# SUBDIR += nvi
|
||||
# SUBDIR += staroffice
|
||||
# SUBDIR += thoteditor
|
||||
# SUBDIR += uemacs
|
||||
# SUBDIR += uzap
|
||||
# SUBDIR += vile
|
||||
# SUBDIR += vim
|
||||
# SUBDIR += vim5beta
|
||||
# SUBDIR += xcoral
|
||||
# SUBDIR += xed
|
||||
# SUBDIR += xemacs
|
||||
# SUBDIR += xemacs20
|
||||
# SUBDIR += xvile
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
104
games/Makefile
Normal file
104
games/Makefile
Normal file
@ -0,0 +1,104 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:41 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.91 1997/11/18 09:29:31 tg Exp $
|
||||
#
|
||||
|
||||
SUBDIR += abuse
|
||||
# SUBDIR += acm
|
||||
# SUBDIR += agm
|
||||
# SUBDIR += an
|
||||
# SUBDIR += angband
|
||||
# SUBDIR += block
|
||||
# SUBDIR += blue
|
||||
# SUBDIR += bs
|
||||
# SUBDIR += cgoban
|
||||
# SUBDIR += connect4
|
||||
# SUBDIR += cosmo
|
||||
# SUBDIR += crossfire
|
||||
# SUBDIR += dontspace
|
||||
# SUBDIR += doom
|
||||
# SUBDIR += empire
|
||||
# SUBDIR += flying
|
||||
# SUBDIR += freeciv
|
||||
# SUBDIR += galaxis
|
||||
# SUBDIR += gnuchess
|
||||
# SUBDIR += gnugo
|
||||
# SUBDIR += gnushogi
|
||||
# SUBDIR += golddig
|
||||
# SUBDIR += imaze
|
||||
# SUBDIR += jetpack
|
||||
# SUBDIR += kdegames
|
||||
# SUBDIR += klondike
|
||||
# SUBDIR += lincity
|
||||
# SUBDIR += nethack
|
||||
# SUBDIR += nethack-qt
|
||||
# SUBDIR += netris
|
||||
# SUBDIR += oneko
|
||||
# SUBDIR += oonsoo
|
||||
# SUBDIR += qcc
|
||||
# SUBDIR += quakeserver
|
||||
# SUBDIR += sokoban
|
||||
# SUBDIR += spider
|
||||
# SUBDIR += starlanes
|
||||
# SUBDIR += tksol
|
||||
# SUBDIR += tvp
|
||||
# SUBDIR += xasteroids
|
||||
# SUBDIR += xbat
|
||||
# SUBDIR += xbattle
|
||||
# SUBDIR += xbill
|
||||
# SUBDIR += xbl
|
||||
# SUBDIR += xblackjack
|
||||
# SUBDIR += xblast
|
||||
# SUBDIR += xboard
|
||||
# SUBDIR += xboing
|
||||
# SUBDIR += xchomp
|
||||
# SUBDIR += xcubes
|
||||
# SUBDIR += xdeblock
|
||||
# SUBDIR += xdino
|
||||
# SUBDIR += xemeraldia
|
||||
# SUBDIR += xevil
|
||||
# SUBDIR += xeyesplus
|
||||
# SUBDIR += xfrisk
|
||||
# SUBDIR += xgalaga
|
||||
# SUBDIR += xgammon
|
||||
# SUBDIR += xgolgo
|
||||
# SUBDIR += xinvaders
|
||||
# SUBDIR += xjewel
|
||||
# SUBDIR += xjig
|
||||
# SUBDIR += xkobo
|
||||
# SUBDIR += xlife
|
||||
# SUBDIR += xmahjongg
|
||||
# SUBDIR += xmame
|
||||
# SUBDIR += xmille
|
||||
# SUBDIR += xmine
|
||||
# SUBDIR += xminehunter
|
||||
# SUBDIR += xminesweep
|
||||
# SUBDIR += xmj
|
||||
# SUBDIR += xmris
|
||||
# SUBDIR += xneko
|
||||
# SUBDIR += xonix
|
||||
# SUBDIR += xpacman
|
||||
# SUBDIR += xpat2
|
||||
# SUBDIR += xpilot
|
||||
# SUBDIR += xpipeman
|
||||
# SUBDIR += xpuyo
|
||||
# SUBDIR += xpuzzletama
|
||||
# SUBDIR += xripple
|
||||
# SUBDIR += xrisk
|
||||
# SUBDIR += xroach
|
||||
# SUBDIR += xrobots
|
||||
# SUBDIR += xrubik
|
||||
# SUBDIR += xscrabble
|
||||
# SUBDIR += xshisen
|
||||
# SUBDIR += xshogi
|
||||
# SUBDIR += xskat
|
||||
# SUBDIR += xsokoban
|
||||
# SUBDIR += xsol
|
||||
# SUBDIR += xsoldier
|
||||
# SUBDIR += xspringies
|
||||
# SUBDIR += xtic
|
||||
# SUBDIR += xtriangles
|
||||
# SUBDIR += yahtzee
|
||||
# SUBDIR += yamsweeper
|
||||
# SUBDIR += ztrack
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
73
graphics/Makefile
Normal file
73
graphics/Makefile
Normal file
@ -0,0 +1,73 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:43 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.55 1997/11/03 12:12:27 tg Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += ImageMagick
|
||||
# SUBDIR += Mesa
|
||||
# SUBDIR += aero
|
||||
# SUBDIR += camediaplay
|
||||
# SUBDIR += dc3play
|
||||
# SUBDIR += dore
|
||||
# SUBDIR += fxtv
|
||||
# SUBDIR += gd
|
||||
# SUBDIR += geomview
|
||||
# SUBDIR += gfont
|
||||
# SUBDIR += giflib
|
||||
# SUBDIR += gifmerge
|
||||
# SUBDIR += giftool
|
||||
# SUBDIR += giftrans
|
||||
# SUBDIR += gimp
|
||||
# SUBDIR += gimp-devel
|
||||
# SUBDIR += hdf
|
||||
# SUBDIR += hobbes-icons-xpm
|
||||
# SUBDIR += hpscan
|
||||
# SUBDIR += imlib
|
||||
# SUBDIR += jbigkit
|
||||
# SUBDIR += jpeg
|
||||
# SUBDIR += mpeg-lib
|
||||
# SUBDIR += mpeg2codec
|
||||
# SUBDIR += mpeg2play
|
||||
# SUBDIR += mpeg_encode
|
||||
# SUBDIR += mpeg_play
|
||||
# SUBDIR += mpeg_stat
|
||||
# SUBDIR += mpegedit
|
||||
# SUBDIR += mplex
|
||||
# SUBDIR += netpbm
|
||||
# SUBDIR += p5-GD
|
||||
# SUBDIR += p5-Image-Size
|
||||
# SUBDIR += pgperl
|
||||
# SUBDIR += pgplot
|
||||
# SUBDIR += photopc
|
||||
# SUBDIR += pixmap
|
||||
# SUBDIR += plotmtv
|
||||
# SUBDIR += png
|
||||
# SUBDIR += povray
|
||||
# SUBDIR += qvplay
|
||||
# SUBDIR += sced
|
||||
# SUBDIR += spigot
|
||||
# SUBDIR += splitmpg
|
||||
# SUBDIR += tgif
|
||||
# SUBDIR += tiff
|
||||
# SUBDIR += tiff34
|
||||
# SUBDIR += txtmerge
|
||||
# SUBDIR += urt
|
||||
# SUBDIR += vcg
|
||||
# SUBDIR += whirlgif
|
||||
# SUBDIR += xanim
|
||||
# SUBDIR += xaos
|
||||
# SUBDIR += xbmbrowser
|
||||
# SUBDIR += xdl
|
||||
# SUBDIR += xfig
|
||||
# SUBDIR += xfractint
|
||||
# SUBDIR += xgrasp
|
||||
# SUBDIR += xli
|
||||
# SUBDIR += xmandel
|
||||
# SUBDIR += xmfract
|
||||
# SUBDIR += xmorph
|
||||
# SUBDIR += xmountains
|
||||
# SUBDIR += xpaint
|
||||
# SUBDIR += xpdf
|
||||
SUBDIR += xpm
|
||||
# SUBDIR += xv
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
47
mail/Makefile
Normal file
47
mail/Makefile
Normal file
@ -0,0 +1,47 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:43 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.51 1997/11/14 22:56:43 hoek Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += adcomplain
|
||||
# SUBDIR += asmail
|
||||
# SUBDIR += bulk_mailer
|
||||
# SUBDIR += cucipop
|
||||
# SUBDIR += cyrus
|
||||
SUBDIR += elm
|
||||
SUBDIR += exim
|
||||
# SUBDIR += exmh
|
||||
# SUBDIR += exmh2
|
||||
# SUBDIR += faces
|
||||
SUBDIR += fetchmail
|
||||
# SUBDIR += imap-uw
|
||||
# SUBDIR += mailagent
|
||||
# SUBDIR += majorcool
|
||||
# SUBDIR += majordomo
|
||||
SUBDIR += metamail
|
||||
# SUBDIR += mew
|
||||
# SUBDIR += mh
|
||||
# SUBDIR += mmr
|
||||
# SUBDIR += movemail
|
||||
# SUBDIR += mutt
|
||||
# SUBDIR += mutt.with_pgp
|
||||
# SUBDIR += nmh
|
||||
# SUBDIR += p5-Mail-Folder
|
||||
# SUBDIR += p5-Mail-POP3Client
|
||||
# SUBDIR += p5-Mail-Tools
|
||||
SUBDIR += pgpsendmail
|
||||
SUBDIR += pine
|
||||
SUBDIR += popclient
|
||||
# SUBDIR += poppassd
|
||||
# SUBDIR += popper
|
||||
# SUBDIR += premail
|
||||
SUBDIR += procmail
|
||||
# SUBDIR += smail
|
||||
# SUBDIR += tkrat
|
||||
# SUBDIR += xfaces
|
||||
# SUBDIR += xfmail
|
||||
# SUBDIR += xlbiff
|
||||
# SUBDIR += xpbiff
|
||||
# SUBDIR += xpbiff-youbin
|
||||
# SUBDIR += youbin
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
59
misc/Makefile
Normal file
59
misc/Makefile
Normal file
@ -0,0 +1,59 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:44 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.121 1997/11/17 10:14:33 tg Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += amanda
|
||||
# SUBDIR += astrolog
|
||||
# SUBDIR += buffer
|
||||
# SUBDIR += cal
|
||||
# SUBDIR += cbb
|
||||
# SUBDIR += chord
|
||||
# SUBDIR += colorls
|
||||
# SUBDIR += ctk
|
||||
# SUBDIR += dejagnu
|
||||
# SUBDIR += dotfile
|
||||
# SUBDIR += ecc
|
||||
# SUBDIR += estic
|
||||
# SUBDIR += fd
|
||||
# SUBDIR += fep
|
||||
# SUBDIR += figlet
|
||||
# SUBDIR += git
|
||||
# SUBDIR += gnuls
|
||||
# SUBDIR += ical
|
||||
# SUBDIR += jive
|
||||
# SUBDIR += kdeutils
|
||||
# SUBDIR += kp
|
||||
# SUBDIR += less
|
||||
# SUBDIR += lile
|
||||
# SUBDIR += logsurfer
|
||||
# SUBDIR += mc
|
||||
# SUBDIR += mmv
|
||||
# SUBDIR += most
|
||||
# SUBDIR += mshell
|
||||
# SUBDIR += nwrite
|
||||
# SUBDIR += p5-Array-PrintCols
|
||||
# SUBDIR += p5-Business-CreditCard
|
||||
# SUBDIR += p5-Locale-Codes
|
||||
# SUBDIR += p5-Search
|
||||
# SUBDIR += plan
|
||||
# SUBDIR += rpm
|
||||
SUBDIR += screen
|
||||
# SUBDIR += splitvt
|
||||
# SUBDIR += team
|
||||
# SUBDIR += tkcron
|
||||
# SUBDIR += tkinfo
|
||||
# SUBDIR += tkman
|
||||
# SUBDIR += unclutter
|
||||
# SUBDIR += viz
|
||||
# SUBDIR += xcalendar
|
||||
# SUBDIR += xgas
|
||||
# SUBDIR += xinvest
|
||||
# SUBDIR += xless
|
||||
# SUBDIR += xmaddressbook
|
||||
# SUBDIR += xopps
|
||||
# SUBDIR += xpns
|
||||
# SUBDIR += xtar
|
||||
# SUBDIR += xtimer
|
||||
# SUBDIR += zorro
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
98
net/Makefile
Normal file
98
net/Makefile
Normal file
@ -0,0 +1,98 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:45 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
|
||||
#
|
||||
|
||||
SUBDIR += archie
|
||||
# SUBDIR += arpwatch
|
||||
SUBDIR += ascend-radius
|
||||
# SUBDIR += bb
|
||||
SUBDIR += bing
|
||||
# SUBDIR += cap
|
||||
# SUBDIR += choparp
|
||||
# SUBDIR += clog
|
||||
# SUBDIR += cvsup
|
||||
# SUBDIR += cvsup-bin
|
||||
# SUBDIR += cvsup-mirror
|
||||
# SUBDIR += delegate
|
||||
# SUBDIR += dgd
|
||||
# SUBDIR += dgd-lpmud
|
||||
# SUBDIR += dgd-net
|
||||
# SUBDIR += dip
|
||||
# SUBDIR += echoping
|
||||
# SUBDIR += fping
|
||||
# SUBDIR += freewais-sf
|
||||
# SUBDIR += fspclient
|
||||
# SUBDIR += ftpsearch
|
||||
# SUBDIR += ftptool
|
||||
SUBDIR += gated
|
||||
# SUBDIR += gnu-finger
|
||||
# SUBDIR += gopher
|
||||
# SUBDIR += icmpinfo
|
||||
SUBDIR += irc
|
||||
# SUBDIR += ircII
|
||||
SUBDIR += ircii-epic
|
||||
# SUBDIR += isc-dhcp
|
||||
# SUBDIR += ivs
|
||||
# SUBDIR += kdenetwork
|
||||
# SUBDIR += kirc
|
||||
# SUBDIR += ldap
|
||||
# SUBDIR += lftp
|
||||
# SUBDIR += libsocket++
|
||||
# SUBDIR += llnlxdir
|
||||
# SUBDIR += llnlxftp
|
||||
# SUBDIR += mirror
|
||||
# SUBDIR += moxftp
|
||||
# SUBDIR += mpd
|
||||
# SUBDIR += mrtg
|
||||
# SUBDIR += ncftp
|
||||
# SUBDIR += ncftp2
|
||||
# SUBDIR += netatalk
|
||||
# SUBDIR += netcat
|
||||
SUBDIR += netpipe
|
||||
# SUBDIR += netpipes
|
||||
# SUBDIR += nettest
|
||||
# SUBDIR += p5-Archie
|
||||
# SUBDIR += p5-Net
|
||||
# SUBDIR += p5-Net-DNS
|
||||
# SUBDIR += p5-Net-Whois
|
||||
# SUBDIR += p5-SNMP
|
||||
# SUBDIR += pcnfsd
|
||||
# SUBDIR += pmf
|
||||
# SUBDIR += radius
|
||||
# SUBDIR += ratoolset
|
||||
# SUBDIR += rdist6
|
||||
# SUBDIR += ripetools
|
||||
# SUBDIR += rmsg
|
||||
# SUBDIR += rshell
|
||||
# SUBDIR += rsync
|
||||
# SUBDIR += rumba
|
||||
# SUBDIR += rwhois
|
||||
SUBDIR += samba
|
||||
# SUBDIR += samba-des
|
||||
# SUBDIR += scotty
|
||||
# SUBDIR += slirp
|
||||
# SUBDIR += socks5
|
||||
SUBDIR += strobe
|
||||
# SUBDIR += sup
|
||||
# SUBDIR += tac_plus
|
||||
# SUBDIR += tcpshow
|
||||
# SUBDIR += tcptrace
|
||||
# SUBDIR += telnetx
|
||||
SUBDIR += tintin++
|
||||
# SUBDIR += tinyfugue
|
||||
# SUBDIR += traceroute
|
||||
# SUBDIR += trafshow
|
||||
# SUBDIR += ttt
|
||||
# SUBDIR += ucd-snmp
|
||||
# SUBDIR += wais
|
||||
# SUBDIR += wget
|
||||
# SUBDIR += wide-dhcp
|
||||
# SUBDIR += wu-ftpd
|
||||
# SUBDIR += xarchie
|
||||
# SUBDIR += xipmsg
|
||||
# SUBDIR += yale-tftpd
|
||||
SUBDIR += ytalk
|
||||
# SUBDIR += zephyr
|
||||
# SUBDIR += zircon
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
28
news/Makefile
Normal file
28
news/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:45 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.32 1997/11/16 04:58:09 fenner Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += aub
|
||||
# SUBDIR += cnews
|
||||
# SUBDIR += diablo
|
||||
# SUBDIR += dnews
|
||||
# SUBDIR += inn
|
||||
# SUBDIR += knews
|
||||
# SUBDIR += ifmail
|
||||
# SUBDIR += leafnode
|
||||
# SUBDIR += newsfetch
|
||||
# SUBDIR += nn
|
||||
# SUBDIR += nntp
|
||||
# SUBDIR += nntpbtr
|
||||
# SUBDIR += nntpcache
|
||||
# SUBDIR += plor
|
||||
# SUBDIR += rkive
|
||||
# SUBDIR += slnr
|
||||
# SUBDIR += slrn
|
||||
# SUBDIR += slurp
|
||||
# SUBDIR += suck
|
||||
SUBDIR += tin
|
||||
# SUBDIR += trn
|
||||
# SUBDIR += xvnews
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
30
security/Makefile
Normal file
30
security/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:46 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.23 1997/11/09 10:17:02 asami 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>
|
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1997/11/18 01:20:00 gene Exp $
|
||||
# Id: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 1997/11/27 23:44:47 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $
|
||||
#
|
||||
|
||||
SUBDIR += bash
|
||||
SUBDIR += bash2
|
||||
SUBDIR += es
|
||||
SUBDIR += scsh
|
||||
SUBDIR += pdksh
|
||||
SUBDIR += scsh
|
||||
SUBDIR += tcsh
|
||||
SUBDIR += zsh
|
||||
|
||||
|
37
sysutils/Makefile
Normal file
37
sysutils/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:48 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.26 1997/11/20 08:58:51 tg Exp $
|
||||
#
|
||||
|
||||
SUBDIR += LPRng
|
||||
# SUBDIR += afio
|
||||
# SUBDIR += asrpages
|
||||
# SUBDIR += cdrecord
|
||||
# SUBDIR += cd-write
|
||||
# SUBDIR += contool
|
||||
SUBDIR += idled
|
||||
SUBDIR += lsof
|
||||
# SUBDIR += manck
|
||||
# SUBDIR += mei
|
||||
# SUBDIR += mkisofs
|
||||
# SUBDIR += pib
|
||||
SUBDIR += rtty
|
||||
SUBDIR += setquota
|
||||
# SUBDIR += skill
|
||||
SUBDIR += socket
|
||||
# SUBDIR += star
|
||||
SUBDIR += stat
|
||||
# SUBDIR += su2
|
||||
SUBDIR += tcplist
|
||||
# SUBDIR += top
|
||||
# SUBDIR += tua
|
||||
# SUBDIR += xbatt
|
||||
# SUBDIR += xcpustate
|
||||
# SUBDIR += xdu
|
||||
# SUBDIR += xloadface
|
||||
SUBDIR += xntpd
|
||||
# SUBDIR += xosview
|
||||
# SUBDIR += xperfmon
|
||||
# SUBDIR += xsysinfo
|
||||
# SUBDIR += xsysstats
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
27
textproc/Makefile
Normal file
27
textproc/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:48 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.15 1997/11/22 00:31:24 jseger Exp $
|
||||
#
|
||||
|
||||
# SUBDIR += agrep
|
||||
# SUBDIR += c2html
|
||||
# SUBDIR += docbook
|
||||
# SUBDIR += glimpse
|
||||
# SUBDIR += html
|
||||
# SUBDIR += info2html
|
||||
SUBDIR += isearch
|
||||
# SUBDIR += iso12083
|
||||
# SUBDIR += iso8879
|
||||
SUBDIR += ispell
|
||||
# SUBDIR += jade
|
||||
# SUBDIR += linuxdoc
|
||||
# SUBDIR += mgdiff
|
||||
# SUBDIR += par
|
||||
# SUBDIR += pilot_makedoc
|
||||
SUBDIR += rman
|
||||
# SUBDIR += sgmlformat
|
||||
# SUBDIR += sp
|
||||
# SUBDIR += texi2html
|
||||
# SUBDIR += unroff
|
||||
# SUBDIR += wdiff
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
56
www/Makefile
Normal file
56
www/Makefile
Normal file
@ -0,0 +1,56 @@
|
||||
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:49 niklas Exp $
|
||||
# $FreeBSD: Makefile,v 1.65 1997/11/17 06:31:39 fenner 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>
|
Loading…
Reference in New Issue
Block a user