1999-08-18 04:54:29 -04:00
|
|
|
# New ports collection makefile for: pth
|
|
|
|
# Date Created: 17 Aug 1999
|
|
|
|
# Whom: Ralf S. Engelschall
|
|
|
|
#
|
1999-08-29 07:11:15 -04:00
|
|
|
# $FreeBSD$
|
1999-08-18 04:54:29 -04:00
|
|
|
#
|
|
|
|
|
2000-04-11 17:30:15 -04:00
|
|
|
PORTNAME= pth
|
2000-07-01 10:31:30 -04:00
|
|
|
PORTVERSION= 1.4a2
|
1999-08-18 04:54:29 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \
|
|
|
|
ftp://ftp.engelschall.com/sw/pth/
|
|
|
|
|
|
|
|
MAINTAINER= rse@engelschall.com
|
|
|
|
|
1999-08-18 05:01:27 -04:00
|
|
|
NO_LATEST_LINK= yes
|
1999-08-18 05:49:46 -04:00
|
|
|
NO_CDROM= yes
|
1999-08-18 05:01:27 -04:00
|
|
|
|
2000-06-16 17:52:40 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-09-02 08:50:19 -04:00
|
|
|
HAS_CONFIGURE= yes
|
1999-08-18 04:54:29 -04:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
|
|
--enable-pthread \
|
|
|
|
--enable-syscall-soft \
|
1999-09-02 08:50:19 -04:00
|
|
|
--enable-optimize \
|
1999-08-18 04:54:29 -04:00
|
|
|
--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>
|