aboutsummaryrefslogtreecommitdiffstats
path: root/devel/str/Makefile
blob: 8b36f5de4b3bda06222b60354762e6a5fdd9f135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Ralf S. Engelschall
# $FreeBSD$

PORTNAME=   str
PORTVERSION=    0.9.12
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   OSSP/lib/${PORTNAME}

MAINTAINER= vd@FreeBSD.org
COMMENT=    Generic String Library

USES=       desthack libtool
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

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>