freebsd-ports/devel/gumbo/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

26 lines
474 B
Makefile

# $FreeBSD$
PORTNAME= gumbo
PORTVERSION= 0.9.3
DISTVERSIONPREFIX= v
CATEGORIES= devel textproc
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Pure-C HTML5 parser
LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= google
GH_PROJECT= gumbo-parser
USES= autoreconf gmake pathfix libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN=Makefile.am
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0
.include <bsd.port.mk>