diff options
author | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
commit | 532d24032cb32be03309840b839d6d7489cd33a4 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /emulators | |
parent | 4a8a503bb648160a87419f17dea624c135dd8361 (diff) | |
download | pkgsrc-532d24032cb32be03309840b839d6d7489cd33a4.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 86 |
1 files changed, 44 insertions, 42 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 65a859db8db..9abdbfe929f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,46 +1,48 @@ -# $NetBSD: Makefile,v 1.48 2001/02/08 13:34:55 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2001/02/16 15:51:49 wiz Exp $ # - SUBDIR += atari800 - SUBDIR += bochs - SUBDIR += compat12 - SUBDIR += compat13 - SUBDIR += compat14 - SUBDIR += darcnes - SUBDIR += doscmd - SUBDIR += fmsx - SUBDIR += freebsd_lib - SUBDIR += ia64sim - SUBDIR += linux-locale - SUBDIR += linuxppc_lib - SUBDIR += netbsd32_compat14 - SUBDIR += netbsd32_compat15 - SUBDIR += pcemu - SUBDIR += plex86 - SUBDIR += simh - SUBDIR += snes9x - SUBDIR += spim - SUBDIR += stella - SUBDIR += suse_audio - SUBDIR += suse_base - SUBDIR += suse_compat - SUBDIR += suse_devel - SUBDIR += suse_glx - SUBDIR += suse_gtk - SUBDIR += suse_libc5 - SUBDIR += suse_libjpeg - SUBDIR += suse_libpng - SUBDIR += suse_linux - SUBDIR += suse_x11 - SUBDIR += suse_xforms - SUBDIR += swarm - SUBDIR += uae - SUBDIR += vice - SUBDIR += wine - SUBDIR += wine-current - SUBDIR += xbeeb - SUBDIR += xcopilot - SUBDIR += xm7 - SUBDIR += xmame +COMMENT= Emulators for other operating systems + +SUBDIR+= atari800 +SUBDIR+= bochs +SUBDIR+= compat12 +SUBDIR+= compat13 +SUBDIR+= compat14 +SUBDIR+= darcnes +SUBDIR+= doscmd +SUBDIR+= fmsx +SUBDIR+= freebsd_lib +SUBDIR+= ia64sim +SUBDIR+= linux-locale +SUBDIR+= linuxppc_lib +SUBDIR+= netbsd32_compat14 +SUBDIR+= netbsd32_compat15 +SUBDIR+= pcemu +SUBDIR+= plex86 +SUBDIR+= simh +SUBDIR+= snes9x +SUBDIR+= spim +SUBDIR+= stella +SUBDIR+= suse_audio +SUBDIR+= suse_base +SUBDIR+= suse_compat +SUBDIR+= suse_devel +SUBDIR+= suse_glx +SUBDIR+= suse_gtk +SUBDIR+= suse_libc5 +SUBDIR+= suse_libjpeg +SUBDIR+= suse_libpng +SUBDIR+= suse_linux +SUBDIR+= suse_x11 +SUBDIR+= suse_xforms +SUBDIR+= swarm +SUBDIR+= uae +SUBDIR+= vice +SUBDIR+= wine +SUBDIR+= wine-current +SUBDIR+= xbeeb +SUBDIR+= xcopilot +SUBDIR+= xm7 +SUBDIR+= xmame .include "../mk/bsd.pkg.subdir.mk" |