On 2013/11/21 11:29, Vladimir Támara Patiño wrote:
> +CONFIGURE_ARGS+= --includedir="/usr/local/include"
> +CONFIGURE_ENV= LDFLAGS="-L/usr/local/lib -liconv"
Don't hardcode /usr/local - use ${LOCALBASE} or ${TRUEPREFIX} as
appropriate instead. (for these two, it's LOCALBASE because it refers to
things from other ports, rather than things for "this" port).
> USE_GROFF = Yes
Please check whether this is still needed.
> +post-build:
> + cd ${WRKSRC}/po; make
> +post-install:
> + cd ${WRKSRC}/po; make install
at least use ${MAKE_PROGRAM} here, and you usaully want something like
${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}