Skip to content

Commit

Permalink
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/C…
Browse files Browse the repository at this point in the history
…OMMENT.

While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
  • Loading branch information
wiz committed Feb 16, 2001
1 parent f7b4e50 commit ab041ab
Show file tree
Hide file tree
Showing 38 changed files with 1,964 additions and 1,887 deletions.
68 changes: 35 additions & 33 deletions archivers/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,37 +1,39 @@
# $NetBSD: Makefile,v 1.26 2000/12/12 01:30:36 wiz Exp $ # $NetBSD: Makefile,v 1.27 2001/02/16 15:51:46 wiz Exp $
# #


SUBDIR += arc COMMENT= Archivers
SUBDIR += bunzip
SUBDIR += bzip2 SUBDIR+= arc
SUBDIR += fastjar SUBDIR+= bunzip
SUBDIR += freeze SUBDIR+= bzip2
SUBDIR += gcpio SUBDIR+= fastjar
SUBDIR += gsharutils SUBDIR+= freeze
SUBDIR += gtar SUBDIR+= gcpio
SUBDIR += gtar-base SUBDIR+= gsharutils
SUBDIR += gtar-info SUBDIR+= gtar
SUBDIR += gzip SUBDIR+= gtar-base
SUBDIR += gzip-base SUBDIR+= gtar-info
SUBDIR += gzip-info SUBDIR+= gzip
SUBDIR += ha SUBDIR+= gzip-base
SUBDIR += hpack SUBDIR+= gzip-info
SUBDIR += lha SUBDIR+= ha
SUBDIR += liblzo SUBDIR+= hpack
SUBDIR += lzop SUBDIR+= lha
SUBDIR += macutil SUBDIR+= liblzo
SUBDIR += ppunpack SUBDIR+= lzop
SUBDIR += rar SUBDIR+= macutil
SUBDIR += squsq SUBDIR+= ppunpack
SUBDIR += unace SUBDIR+= rar
SUBDIR += unarj SUBDIR+= squsq
SUBDIR += undms SUBDIR+= unace
SUBDIR += unlzx SUBDIR+= unarj
SUBDIR += unrar SUBDIR+= undms
SUBDIR += unzip SUBDIR+= unlzx
SUBDIR += xbin SUBDIR+= unrar
SUBDIR += zip SUBDIR+= unzip
SUBDIR += zip1 SUBDIR+= xbin
SUBDIR += zoo SUBDIR+= zip
SUBDIR+= zip1
SUBDIR+= zoo


.include "../mk/bsd.pkg.subdir.mk" .include "../mk/bsd.pkg.subdir.mk"
206 changes: 104 additions & 102 deletions audio/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,106 +1,108 @@
# $NetBSD: Makefile,v 1.81 2001/02/15 09:26:56 tron Exp $ # $NetBSD: Makefile,v 1.82 2001/02/16 15:51:46 wiz Exp $
# #


SUBDIR += ac3dec COMMENT= Audio tools
SUBDIR += amp
SUBDIR += aumix SUBDIR+= ac3dec
SUBDIR += bladeenc SUBDIR+= amp
SUBDIR += cam SUBDIR+= aumix
SUBDIR += cdd SUBDIR+= bladeenc
SUBDIR += cddbd SUBDIR+= cam
SUBDIR += cdparanoia SUBDIR+= cdd
SUBDIR += cmp3 SUBDIR+= cddbd
SUBDIR += cs4235 SUBDIR+= cdparanoia
SUBDIR += dap SUBDIR+= cmp3
SUBDIR += easytag SUBDIR+= cs4235
SUBDIR += eawpatches SUBDIR+= dap
SUBDIR += emixer SUBDIR+= easytag
SUBDIR += esound SUBDIR+= eawpatches
SUBDIR += festdoc SUBDIR+= emixer
SUBDIR += festival SUBDIR+= esound
SUBDIR += festlex-cmu SUBDIR+= festdoc
SUBDIR += festlex-oald SUBDIR+= festival
SUBDIR += festlex-ogi SUBDIR+= festlex-cmu
SUBDIR += festlex-poslex SUBDIR+= festlex-oald
SUBDIR += festogi-spanish SUBDIR+= festlex-ogi
SUBDIR += festvox-abc SUBDIR+= festlex-poslex
SUBDIR += festvox-aec SUBDIR+= festogi-spanish
SUBDIR += festvox-don SUBDIR+= festvox-abc
SUBDIR += festvox-el11 SUBDIR+= festvox-aec
SUBDIR += festvox-en1 SUBDIR+= festvox-don
SUBDIR += festvox-hvs SUBDIR+= festvox-el11
SUBDIR += festvox-jph SUBDIR+= festvox-en1
SUBDIR += festvox-kal16 SUBDIR+= festvox-hvs
SUBDIR += festvox-kal8 SUBDIR+= festvox-jph
SUBDIR += festvox-ked16 SUBDIR+= festvox-kal16
SUBDIR += festvox-ked8 SUBDIR+= festvox-kal8
SUBDIR += festvox-mwm SUBDIR+= festvox-ked16
SUBDIR += festvox-ogirab SUBDIR+= festvox-ked8
SUBDIR += festvox-rab16 SUBDIR+= festvox-mwm
SUBDIR += festvox-rab8 SUBDIR+= festvox-ogirab
SUBDIR += festvox-tll SUBDIR+= festvox-rab16
SUBDIR += festvox-us1 SUBDIR+= festvox-rab8
SUBDIR += festvox-us2 SUBDIR+= festvox-tll
SUBDIR += festvox-us3 SUBDIR+= festvox-us1
SUBDIR += freezetag SUBDIR+= festvox-us2
SUBDIR += gdcd SUBDIR+= festvox-us3
SUBDIR += gmp3info SUBDIR+= freezetag
SUBDIR += gnome-audio SUBDIR+= gdcd
SUBDIR += gnome-media SUBDIR+= gmp3info
SUBDIR += gogo SUBDIR+= gnome-audio
SUBDIR += gqmpeg SUBDIR+= gnome-media
SUBDIR += gsm SUBDIR+= gogo
SUBDIR += guspatches SUBDIR+= gqmpeg
SUBDIR += icecast SUBDIR+= gsm
SUBDIR += id3ed SUBDIR+= guspatches
SUBDIR += kdemultimedia SUBDIR+= icecast
SUBDIR += krio SUBDIR+= id3ed
SUBDIR += lame SUBDIR+= kdemultimedia
SUBDIR += libac3 SUBDIR+= krio
SUBDIR += libaudiofile SUBDIR+= lame
SUBDIR += libcdaudio SUBDIR+= libac3
SUBDIR += libmikmod SUBDIR+= libaudiofile
SUBDIR += libsidplay SUBDIR+= libcdaudio
SUBDIR += liveice SUBDIR+= libmikmod
SUBDIR += madplay SUBDIR+= libsidplay
SUBDIR += maplay SUBDIR+= liveice
SUBDIR += mbrola SUBDIR+= madplay
SUBDIR += mbrolavox-en1 SUBDIR+= maplay
SUBDIR += mbrolavox-us1 SUBDIR+= mbrola
SUBDIR += mbrolavox-us2 SUBDIR+= mbrolavox-en1
SUBDIR += mbrolavox-us3 SUBDIR+= mbrolavox-us1
SUBDIR += mikmod SUBDIR+= mbrolavox-us2
SUBDIR += mp3check SUBDIR+= mbrolavox-us3
SUBDIR += mp3info SUBDIR+= mikmod
SUBDIR += mpg123 SUBDIR+= mp3check
SUBDIR += musicbox SUBDIR+= mp3info
SUBDIR += nas SUBDIR+= mpg123
SUBDIR += nspmod SUBDIR+= musicbox
SUBDIR += realplayer SUBDIR+= nas
SUBDIR += rio SUBDIR+= nspmod
SUBDIR += rio500 SUBDIR+= realplayer
SUBDIR += rplay SUBDIR+= rio
SUBDIR += sidplay SUBDIR+= rio500
SUBDIR += snd SUBDIR+= rplay
SUBDIR += sox SUBDIR+= sidplay
SUBDIR += splay SUBDIR+= snd
SUBDIR += timidity SUBDIR+= sox
SUBDIR += tosha SUBDIR+= splay
SUBDIR += tracker SUBDIR+= timidity
SUBDIR += vorbis SUBDIR+= tosha
SUBDIR += wmmixer SUBDIR+= tracker
SUBDIR += wmsound SUBDIR+= vorbis
SUBDIR += wsoundprefs SUBDIR+= wmmixer
SUBDIR += xamp SUBDIR+= wmsound
SUBDIR += xcdplayer SUBDIR+= wsoundprefs
SUBDIR += xhippo SUBDIR+= xamp
SUBDIR += xmcd SUBDIR+= xcdplayer
SUBDIR += xmix SUBDIR+= xhippo
SUBDIR += xmmix SUBDIR+= xmcd
SUBDIR += xmms SUBDIR+= xmix
SUBDIR += xmp SUBDIR+= xmmix
SUBDIR += xmradio SUBDIR+= xmms
SUBDIR += xsidplay SUBDIR+= xmp
SUBDIR += xwave SUBDIR+= xmradio
SUBDIR+= xsidplay
SUBDIR+= xwave


.include "../mk/bsd.pkg.subdir.mk" .include "../mk/bsd.pkg.subdir.mk"
39 changes: 20 additions & 19 deletions benchmarks/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,25 +1,26 @@
# $NetBSD: Makefile,v 1.18 2000/12/12 01:30:39 wiz Exp $ # $NetBSD: Makefile,v 1.19 2001/02/16 15:51:47 wiz Exp $
# #


COMMENT= Benchmarking tools
PKG_MISC_TARGETS?= benchmark results PKG_MISC_TARGETS?= benchmark results


SUBDIR += benchfft SUBDIR+= benchfft
SUBDIR += bonnie SUBDIR+= bonnie
SUBDIR += bytebench SUBDIR+= bytebench
SUBDIR += dhrystone SUBDIR+= dhrystone
SUBDIR += fib SUBDIR+= fib
SUBDIR += flops SUBDIR+= flops
SUBDIR += hbench SUBDIR+= hbench
SUBDIR += heapsort SUBDIR+= heapsort
SUBDIR += hint SUBDIR+= hint
SUBDIR += httperf SUBDIR+= httperf
SUBDIR += iozone SUBDIR+= iozone
SUBDIR += linpack SUBDIR+= linpack
SUBDIR += lmbench SUBDIR+= lmbench
SUBDIR += nsieve SUBDIR+= nsieve
SUBDIR += paranoia SUBDIR+= paranoia
SUBDIR += postmark SUBDIR+= postmark
SUBDIR += whetstone SUBDIR+= whetstone
SUBDIR += xengine SUBDIR+= xengine


.include "../mk/bsd.pkg.subdir.mk" .include "../mk/bsd.pkg.subdir.mk"
20 changes: 11 additions & 9 deletions biology/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,13 +1,15 @@
# $NetBSD: Makefile,v 1.9 2000/11/25 20:14:30 jtb Exp $ # $NetBSD: Makefile,v 1.10 2001/02/16 15:51:47 wiz Exp $
# #


SUBDIR += bioperl COMMENT= Software for the biological sciences
SUBDIR += chemtool
SUBDIR += clustalw SUBDIR+= bioperl
SUBDIR += fastDNAml SUBDIR+= chemtool
SUBDIR += nut SUBDIR+= clustalw
SUBDIR += phylip SUBDIR+= fastDNAml
SUBDIR += puzzle SUBDIR+= nut
SUBDIR += rasmol SUBDIR+= phylip
SUBDIR+= puzzle
SUBDIR+= rasmol


.include "../mk/bsd.pkg.subdir.mk" .include "../mk/bsd.pkg.subdir.mk"
Loading

0 comments on commit ab041ab

Please sign in to comment.