- Add LICENSE [1]
- Remove leading article from COMMENT
- Convert USE_GMAKE to USES=gmake
- Respect CFLAGS by setting OPTIMIZER variable to space
otherwise it is set to '-g -O2'
- Consolidate targets to just post-patch and
post-configure - this makes things simpler
- Mute REINPLACE_CMD and FIND commands
- Add support for staging
PR: ports/180542 [1]
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Originally ported by Alexander Kabaev <kan@freebsd.org> as part
of the XFS for FreeBSD project ( http://people.freebsd.org/~rodrigc/xfs/ )
and handed over to me for maintainership.
PR: ports/81789
Approved by: demon (ports mentor), das (mentor)