mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
6cd7e3c7a4
While here prefer share/man over man for manpages
22 lines
475 B
Makefile
22 lines
475 B
Makefile
PORTNAME= str
|
|
PORTVERSION= 0.9.12
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= OSSP/lib/${PORTNAME}
|
|
|
|
MAINTAINER= vd@FreeBSD.org
|
|
COMMENT= Generic String Library
|
|
WWW= http://www.ossp.org/pkg/lib/str/
|
|
|
|
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>
|