freebsd-ports/devel/str/Makefile

30 lines
530 B
Makefile
Raw Normal View History

# New ports collection makefile for: str
# Date Created: 09 Jan 2000
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
PORTNAME= str
2003-02-17 16:25:09 +01:00
PORTVERSION= 0.9.8
CATEGORIES= devel
2002-04-01 12:53:46 +02:00
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/str/
MAINTAINER= rse@engelschall.com
2003-02-21 12:23:04 +01:00
COMMENT= Generic String Library
HAS_CONFIGURE= yes
INSTALLS_SHLIB= 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
.include <bsd.port.mk>