aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-11-18 09:30:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-11-18 09:30:52 +0000
commit5f192f55f3525f3e2a43d834b9d09b3a507dab94 (patch)
tree8b65f898c05df2c9c42eb2a1035b536415734dc3 /Mk/bsd.port.mk
parent6bf0de6ddfc37f3b8f315ec814cfc64435f84db2 (diff)
downloadports-5f192f55f3525f3e2a43d834b9d09b3a507dab94.tar.gz
ports-5f192f55f3525f3e2a43d834b9d09b3a507dab94.zip
Add several new real categories and virtual categories.
[Those marked with an asterisk (*) are virtual categories] - accessibility* : Ports to help disabled users PR: ports/39103 Requested by: trevor - finance : Monetary, financial and related applications PR: ports/39102 Requested by: trevor - haskell* : Software related to the Haskell language PR: ports/41959 Requested by: obraun - hungarian : Hungarian language support PR: ports/37576 Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu> - multimedia : Multimedia software Requested by: many - parallel* : pplications dealing with parallelism in computing PR: ports/39094 Requested by: trevor - portuguese : Portuguese language support PR: ports/35991 Requested by: trevor
Notes
Notes: svn path=/head/; revision=70385
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk16
1 files changed, 10 insertions, 6 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 9831537e1bc3..9e674cd73662 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1713,17 +1713,21 @@ maintainer:
@${ECHO_CMD} "${PKGNAME}: CATEGORIES is mandatory."
@${FALSE}
.else
-VALID_CATEGORIES+= afterstep archivers astro audio benchmarks biology \
- cad chinese comms converters databases deskutils devel \
- editors elisp emulators french ftp games german gnome graphics \
- hebrew ipv6 irc japanese java kde korean lang linux \
- mail math mbone misc net news \
- offix palm perl5 picobsd plan9 print python ruby russian \
+
+VALID_CATEGORIES+= accessibility afterstep archivers astro audio \
+ benchmarks biology cad chinese comms converters databases \
+ deskutils devel editors elisp emulators finance french ftp \
+ games german gnome graphics haskell hebrew hungarian \
+ ipv6 irc japanese java kde korean lang linux \
+ mail math mbone misc multimedia net news \
+ offix palm parallel perl5 picobsd plan9 portuguese print python \
+ ruby russian \
science security shells sysutils \
tcl76 tcl80 tcl81 tcl82 tcl83 textproc \
tk42 tk80 tk82 tk83 tkstep80 \
ukrainian vietnamese windowmaker www \
x11 x11-clocks x11-fm x11-fonts x11-servers x11-toolkits x11-wm zope
+
check-categories:
.for cat in ${CATEGORIES}
@if ${ECHO_CMD} ${VALID_CATEGORIES} | ${GREP} -wq ${cat}; then \