Changeset View
Changeset View
Standalone View
Standalone View
devel/gumbo/Makefile
Show All 12 Lines | |||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= google | GH_ACCOUNT= google | ||||
GH_PROJECT= gumbo-parser | GH_PROJECT= gumbo-parser | ||||
USES= autoreconf gmake pathfix libtool | USES= autoreconf gmake pathfix libtool | ||||
INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
PATHFIX_MAKEFILEIN=Makefile.am | |||||
post-install: | post-install: | ||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0 | ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0 | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |