blob: 31b44714d431f006ec3bd6230ae078d353f63092 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= vstr
PORTVERSION= 1.0.15
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.and.org/vstr/${PORTVERSION}/ \
http://www.and.org/vstr/latest/ \
http://ionut.tetcu.info/FreeBSd/ports/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= General purpose string library for C
WWW= http://www.and.org/vstr/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_CSTD= gnu89
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip install-man
TEST_TARGET= check # XXX: 4 of 231 tests fail
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|