1999-07-05 06:33:44 +00:00
|
|
|
# New ports collection makefile for: pth
|
1999-05-23 14:54:10 +00:00
|
|
|
# Date Created: 23 May 1999
|
|
|
|
# Whom: Ralf S. Engelschall
|
|
|
|
#
|
1999-08-29 11:11:15 +00:00
|
|
|
# $FreeBSD$
|
1999-05-23 14:54:10 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= pth
|
2000-07-01 14:27:20 +00:00
|
|
|
PORTVERSION= 1.3.6
|
1999-05-23 14:54:10 +00:00
|
|
|
CATEGORIES= devel
|
1999-07-16 15:11:46 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
|
|
ftp://ftp.engelschall.com/sw/pth/
|
|
|
|
MASTER_SITE_SUBDIR= pth
|
1999-05-23 14:54:10 +00:00
|
|
|
|
|
|
|
MAINTAINER= rse@engelschall.com
|
|
|
|
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-08-27 16:08:53 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1999-07-11 15:49:33 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
1999-08-19 15:40:56 +00:00
|
|
|
--enable-pthread \
|
1999-07-11 15:49:33 +00:00
|
|
|
--enable-syscall-soft \
|
1999-08-27 16:08:53 +00:00
|
|
|
--enable-optimize \
|
1999-07-11 15:49:33 +00:00
|
|
|
--enable-batch
|
1999-05-23 14:54:10 +00:00
|
|
|
|
1999-08-19 15:40:56 +00:00
|
|
|
MAN1= pth-config.1 pthread-config.1
|
|
|
|
MAN3= pth.3 pthread.3
|
1999-05-23 14:54:10 +00:00
|
|
|
|
1999-06-28 13:29:40 +00:00
|
|
|
post-build:
|
|
|
|
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
|
|
|
|
|
|
|
|
test:
|
|
|
|
@cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
1999-05-23 14:54:10 +00:00
|
|
|
.include <bsd.port.mk>
|