blob: b362feb9f302ffaeedf5734d212b1a62c6bd7e72 (
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
29
30
31
32
33
34
35
|
# Created by: Robert Schlotterbeck <robert@rs.tarrant.tx.us>
# $FreeBSD$
PORTNAME= vstr
PORTVERSION= 1.0.15
PORTREVISION= 1
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
LICENSE= LGPL21
USES= gmake libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_CSTD= gnu89
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
cd ${WRKSRC}/Documentation && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_fLAGS} ${MAKEFILE} ${MAKE_ARGS} install-man3
regression-test:
cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check
.include <bsd.port.mk>
|