freebsd-ports/devel/pth/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

34 lines
664 B
Makefile

# New ports collection makefile for: pth
# Date Created: 23 May 1999
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
PORTNAME= pth
PORTVERSION= 1.3.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.engelschall.com/sw/pth/
MASTER_SITE_SUBDIR= pth
MAINTAINER= rse@engelschall.com
INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--enable-pthread \
--enable-syscall-soft \
--enable-optimize \
--enable-batch
MAN1= pth-config.1 pthread-config.1
MAN3= pth.3 pthread.3
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test:
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>