1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/devel/str/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

30 lines
539 B
Makefile

# New ports collection makefile for: str
# Date Created: 09 Jan 2000
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
PORTNAME= str
PORTVERSION= 0.9.3
CATEGORIES= devel
MASTER_SITES= http://www.engelschall.com/sw/str/ \
ftp://ftp.engelschall.com/sw/str/
MAINTAINER= rse@engelschall.com
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>