freebsd-ports/devel/str/Makefile
Ralf S. Engelschall eba32b8eb3 Import of Str 0.9.1.
The Str library is a generic string library written in ANSI C which
provides functions for handling, matching, parsing, searching and
formatting of C strings. So it can be considered as a superset
of POSIX string(3), but its main intention is to provide a more
convinient and compact API plus a more generalized functionality.
2000-01-09 19:47:04 +00:00

31 lines
616 B
Makefile

# New ports collection makefile for: str
# Version required: 0.9.1
# Date Created: 09 Jan 2000
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
DISTNAME= str-0.9.1
CATEGORIES= devel
MASTER_SITES= http://www.engelschall.com/sw/str/ \
ftp://ftp.engelschall.com/sw/str/
MAINTAINER= rse@engelschall.com
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= str-config.1
MAN3= str.3
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test:
@cd ${WRKSRC} && ${MAKE} test
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>