1df03e63a2
and maintain a portshaker configuration throught the ports system. It is designed to ease using portshaker for users who want to merge portshaker powered ports overlays in their FreeBSD ports tree.
77 lines
1.8 KiB
Makefile
77 lines
1.8 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Ports for managing, installing and developing FreeBSD ports and packages
|
|
|
|
SUBDIR += barry
|
|
SUBDIR += bpkg
|
|
SUBDIR += bpm
|
|
SUBDIR += fastest_sites
|
|
SUBDIR += genplist
|
|
SUBDIR += gnome-packagekit
|
|
SUBDIR += hs-porte
|
|
SUBDIR += jailaudit
|
|
SUBDIR += kpackagekit
|
|
SUBDIR += kports
|
|
SUBDIR += kports-qt4
|
|
SUBDIR += lsknobs
|
|
SUBDIR += managepkg
|
|
SUBDIR += p5-App-Pm2Port
|
|
SUBDIR += p5-FreeBSD-Pkgs
|
|
SUBDIR += p5-FreeBSD-Pkgs-FindUpdates
|
|
SUBDIR += p5-FreeBSD-Portindex
|
|
SUBDIR += p5-FreeBSD-Ports
|
|
SUBDIR += p5-FreeBSD-Ports-INDEXhash
|
|
SUBDIR += packagekit
|
|
SUBDIR += packagekit-qt4
|
|
SUBDIR += pib
|
|
SUBDIR += pkg-orphan
|
|
SUBDIR += pkg_add_it
|
|
SUBDIR += pkg_cleanup
|
|
SUBDIR += pkg_cutleaves
|
|
SUBDIR += pkg_install
|
|
SUBDIR += pkg_jail
|
|
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 += portcheck
|
|
SUBDIR += portcheckout
|
|
SUBDIR += portconf
|
|
SUBDIR += portdowngrade
|
|
SUBDIR += porteasy
|
|
SUBDIR += portell
|
|
SUBDIR += portless
|
|
SUBDIR += portlint
|
|
SUBDIR += portmanager
|
|
SUBDIR += portmaster
|
|
SUBDIR += portmk
|
|
SUBDIR += portrac
|
|
SUBDIR += portscout
|
|
SUBDIR += portsearch
|
|
SUBDIR += portshaker
|
|
SUBDIR += portshaker-config
|
|
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>
|