8503536d38
Approved by: portmgr (kris)
31 lines
654 B
Makefile
31 lines
654 B
Makefile
# New ports collection makefile for: str
|
|
# Date Created: 09 Jan 2000
|
|
# Whom: Ralf S. Engelschall
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= str
|
|
PORTVERSION= 0.9.12
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
|
|
|
MAINTAINER= vd@FreeBSD.org
|
|
COMMENT= Generic String Library
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= str-config.1
|
|
MAN3= str.3
|
|
|
|
post-build:
|
|
@${ECHO_MSG} "===> Use 'make check' to run a quick test suite."
|
|
|
|
check: build
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
|
|
|
|
.include <bsd.port.mk>
|