I've uploaded a new version of Make-A-PBI. This version, 1.0, has some important improvements. The big one being Make-A-PBI can now attempt to make a PBI module without building/installing the associated port. This means that Make-A-PBI can run in seconds, rather than over several minutes/hours, and the program no longer needs to be run as root.
The building/installing options are still available for people who want to make sure their modules will build properly, but for making quick-n-dirty modules we can use:
pbimaker -8 -s /usr/ports/category/portname
Which will make a PBI (version 8) port. We can make version 9 modules with
pbimaker -9 -s /usr/ports/cateogry/portname
Often times port icons are hard to find due to naming conventions, we can force the program to use a specific icon name with
pbimaker -8 -s -b /path/to/default/icon /usr/ports/category/portname
Make-A-PBI can be downloaded from here:
http://makeapbi.sourceforge.net/news.php
And the install/usage instructions can be found here:
http://makeapbi.sourceforge.net/doc/README