# Created by: Robert Schlotterbeck <robert@rs.tarrant.tx.us>
# $FreeBSD: tags/RELEASE_10_0_0/devel/vstr/Makefile 327726 2013-09-20 17:17:44Z bapt $

PORTNAME=	vstr
PORTVERSION=	1.0.15
CATEGORIES=	devel
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
		http://sce-tindy.tecnik93.com/FreeBSD/others_ports/${PORTNAME}/ \
		http://www.and.org/vstr/1.0.15/ \
		http://www.and.org/vstr/latest/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	General purpose string library for C

USE_AUTOTOOLS=	libtool
GNU_CONFIGURE=	yes
USE_BZIP2=	yes
USE_GMAKE=	yes
USE_CSTD=	gnu89
USES=	pathfix pkgconfig
USE_LDCONFIG=	yes

MAN3=		vstr.3 vstr_const.3

NO_STAGE=	yes
.include <bsd.port.options.mk>

post-patch:
.if !${PORT_OPTIONS:MDOCS}
	${REINPLACE_CMD} -e 's| Documentation||' ${WRKSRC}/Makefile.in
.endif

post-install:
.if !${PORT_OPTIONS:MDOCS}
	cd ${WRKSRC}/Documentation && ${GMAKE} install-man3
.endif

regression-test:
	(cd ${WRKSRC} &&	\
	${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)

.include <bsd.port.mk>
