Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible.
That's all it does ;-)
You can find it in the FreeBSD ports collection at ports-mgmt/pkg-plist
Basic usage
- Make your port, build it with
PREFIXset to/var/tmp/ptestor another empty directory of your choice - cd to your port's directory (e.g.
/usr/ports/cat/portor~/myport) - Run this
ChangeLog
Version 1.3, 2013-03-13
- Use
LOCALBASE, not/usr/local
Version 1.2, 2012-11-07
- Python 3 compatibility
Version 1.1, 2011-11-14
- Update to reflect changes in the ports tree.
Version 1.0, 2006
- Initial release