1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/gumbo/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

26 lines
444 B
Makefile

# $FreeBSD$
PORTNAME= gumbo
PORTVERSION= 0.10.1
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0
.include <bsd.port.mk>