freebsd-ports/devel/str/Makefile
Pav Lucistnik 24ac9498b0 - Introduce MASTER_SITE_OSSP
PR:		ports/70504
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-08-21 15:19:42 +00:00

32 lines
551 B
Makefile

# New ports collection makefile for: str
# Date Created: 09 Jan 2000
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
PORTNAME= str
PORTVERSION= 0.9.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic String Library
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
MAN1= str-config.1
MAN3= str.3
.include <bsd.port.pre.mk>
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test:
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.post.mk>