freebsd-ports/devel/str/Makefile
Ralf S. Engelschall ba4cf9fabb Resign maintainership of the ports corresponding to software I developed
myself because I've not the necessary time to maintain the ports in a
reasonable way. This way others are encouraged to pick up those ports.
2004-03-14 11:23:26 +00:00

35 lines
629 B
Makefile

# New ports collection makefile for: str
# Date Created: 09 Jan 2000
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
PORTNAME= str
PORTVERSION= 0.9.8
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/str/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic String Library
HAS_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= str-config.1
MAN3= str.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64"
.endif
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test:
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.post.mk>