diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | Packages.txt | 52 | ||||
-rw-r--r-- | geography/Makefile | 6 |
3 files changed, 51 insertions, 10 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2003/09/16 20:31:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.60 2003/10/04 19:34:46 agc Exp $ # .include "mk/bsd.prefs.mk" @@ -25,6 +25,7 @@ SUBDIR += emulators SUBDIR += finance SUBDIR += fonts SUBDIR += games +SUBDIR += geography SUBDIR += graphics SUBDIR += ham SUBDIR += inputmethod diff --git a/Packages.txt b/Packages.txt index 61e2cbf507e..2bd9c13f2ca 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.312 2003/10/03 15:32:55 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.313 2003/10/04 19:34:46 agc Exp $ ########################################################################### ========================== @@ -692,14 +692,48 @@ if you want to add to it (rather than replace it), as you usually would. Currently the following values are available for CATEGORIES. If more than one is used, they need to be separated by spaces: - archivers audio benchmarks biology cad - chat comms converters cross databases - devel editors emulators finance fonts - games graphics ham japanese lang - mail math mbone misc net - news parallel print security shells - sysutils textproc time wm www - x11 + archivers + audio + benchmarks + biology + cad + chat + comms + converters + cross + databases + devel + editors + emulators + finance + fonts + games + geography + graphics + ham + inputmethod + lang + mail + math + mbone + meta-pkgs + misc + net + news + packages + parallel + pkglocate + pkgtools + print + security + shells + sysutils + templates + textproc + time + wm + www + x11 See the NetBSD packages(7) manual page for a description of all available options and variables. diff --git a/geography/Makefile b/geography/Makefile new file mode 100644 index 00000000000..5d2724bcd70 --- /dev/null +++ b/geography/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1 2003/10/04 19:34:46 agc Exp $ +# + +COMMENT= Software for geographical-related uses + +.include "../mk/bsd.pkg.subdir.mk" |