summaryrefslogtreecommitdiff
path: root/ports-mgmt/Makefile
blob: 9e5156215a49b3643189656747e24c03f278f3fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# $FreeBSD$
#

   COMMENT = Ports for managing, installing and developing FreeBSD ports and packages

   SUBDIR += barry
   SUBDIR += bpkg
   SUBDIR += bpm
   SUBDIR += fastest_sites
   SUBDIR += genplist
   SUBDIR += jailaudit
   SUBDIR += kports
   SUBDIR += kports-qt4
   SUBDIR += lsknobs
   SUBDIR += managepkg
   SUBDIR += p5-FreeBSD-Pkgs
   SUBDIR += p5-FreeBSD-Pkgs-FindUpdates
   SUBDIR += p5-FreeBSD-Portindex
   SUBDIR += p5-FreeBSD-Ports
   SUBDIR += p5-FreeBSD-Ports-INDEXhash
   SUBDIR += pib
   SUBDIR += pkg-orphan
   SUBDIR += pkg_add_it
   SUBDIR += pkg_cleanup
   SUBDIR += pkg_cutleaves
   SUBDIR += pkg_install
   SUBDIR += pkg_remove
   SUBDIR += pkg_replace
   SUBDIR += pkg_rmleaves
   SUBDIR += pkg_search
   SUBDIR += pkg_trackinst
   SUBDIR += pkg_tree
   SUBDIR += pkgfe
   SUBDIR += pkgsearch
   SUBDIR += port-authoring-tools
   SUBDIR += port-maintenance-tools
   SUBDIR += portaudit
   SUBDIR += portaudit-db
   SUBDIR += portbrowser
   SUBDIR += portcheck
   SUBDIR += portcheckout
   SUBDIR += portconf
   SUBDIR += portdowngrade
   SUBDIR += porte
   SUBDIR += porteasy
   SUBDIR += portell
   SUBDIR += portless
   SUBDIR += portlint
   SUBDIR += portmanager
   SUBDIR += portmaster
   SUBDIR += portmk
   SUBDIR += portscout
   SUBDIR += portsearch
   SUBDIR += portsman
   SUBDIR += portsopt
   SUBDIR += porttools
   SUBDIR += portupdate-scan
   SUBDIR += portupgrade
   SUBDIR += portupgrade-devel
   SUBDIR += psearch
   SUBDIR += pver
   SUBDIR += qtpkg
   SUBDIR += symports
   SUBDIR += tinderbox
   SUBDIR += tinderbox-devel
   SUBDIR += vulnerability-test-port
   SUBDIR += xps

.include <bsd.port.subdir.mk>