2004-02-11 21:28:13 +01:00
|
|
|
# Ports collection makefile for: vstr
|
|
|
|
# Date created: 11 February 2004
|
|
|
|
# Whom: Robert Schlotterbeck <robert@rs.tarrant.tx.us>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vstr
|
2006-06-14 16:35:24 +02:00
|
|
|
PORTVERSION= 1.0.15
|
2004-02-11 21:28:13 +01:00
|
|
|
CATEGORIES= devel
|
2006-09-03 21:41:37 +02:00
|
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
|
|
|
http://sce-tindy.tecnik93.com/FreeBSD/others_ports/${PORTNAME}/ \
|
|
|
|
http://www.and.org/vstr/1.0.15/ \
|
2008-05-20 00:53:56 +02:00
|
|
|
http://www.and.org/vstr/latest/
|
2004-02-11 21:28:13 +01:00
|
|
|
|
2006-07-15 10:06:14 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-02-11 21:28:13 +01:00
|
|
|
COMMENT= General purpose string library for C
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2004-02-11 21:28:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-02-11 21:28:13 +01:00
|
|
|
|
|
|
|
MAN3= vstr.3 vstr_const.3
|
|
|
|
|
2008-05-20 01:10:34 +02:00
|
|
|
post-patch:
|
2006-07-21 16:05:11 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
${REINPLACE_CMD} -e 's| Documentation||' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2008-05-20 01:10:34 +02:00
|
|
|
post-install:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
cd ${WRKSRC}/Documentation && ${GMAKE} install-man3
|
|
|
|
.endif
|
|
|
|
|
2006-07-21 16:05:11 +02:00
|
|
|
regression-test:
|
|
|
|
(cd ${WRKSRC} && \
|
|
|
|
${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
|
|
|
|
2004-02-11 21:28:13 +01:00
|
|
|
.include <bsd.port.mk>
|