blob: 84e2b3e7c5caef6b0c2605a08221357d48e54e40 (
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
|
# $FreeBSD$
#
COMMENT = Ports for managing, installing and developing FreeBSD ports and packages
SUBDIR += barry
SUBDIR += bpm
SUBDIR += instant-tinderbox
SUBDIR += jailaudit
SUBDIR += kports
SUBDIR += managepkg
SUBDIR += newportsversioncheck
SUBDIR += p5-FreeBSD-Portindex
SUBDIR += p5-FreeBSD-Ports
SUBDIR += pib
SUBDIR += pkg-orphan
SUBDIR += pkg_cutleaves
SUBDIR += pkg_install
SUBDIR += pkg_install-devel
SUBDIR += pkg_remove
SUBDIR += pkg_rmleaves
SUBDIR += pkg_trackinst
SUBDIR += pkg_tree
SUBDIR += pkgfe
SUBDIR += port-authoring-tools
SUBDIR += port-maintenance-tools
SUBDIR += portaudit
SUBDIR += portaudit-db
SUBDIR += portbrowser
SUBDIR += portcheck
SUBDIR += portcheckout
SUBDIR += portconf
SUBDIR += portdowngrade
SUBDIR += porteasy
SUBDIR += portell
SUBDIR += portless
SUBDIR += portlint
SUBDIR += portmanager
SUBDIR += portmaster
SUBDIR += portmk
SUBDIR += portscout
SUBDIR += portsearch
SUBDIR += portsman
SUBDIR += portsnap
SUBDIR += portsopt
SUBDIR += porttools
SUBDIR += portupgrade
SUBDIR += portupgrade-devel
SUBDIR += psearch
SUBDIR += qtpkg
SUBDIR += tinderbox
SUBDIR += vulnerability-test-port
.include <bsd.port.subdir.mk>
|